deepseek-desk-rsi:用 DSH 自己同步 DSH 下游应用

deepseek-desk-rsi 是一个用于维护 DeepSeek Harness(DSH)下游应用的插件,旨在解决上游快速演进导致的同步难题。该插件采用“AI for AI”理念,利用 DSH 自身执行同步流程,最终生成 PR 供人工审核。它包含感知、集成、验证、对齐、修复和提议六个核心阶段,其中验证阶段执行构建与测试,对齐阶段通过 parity.json 校验 128 个插件契约,修复阶段设有最多 3 轮的有界限制,并支持检查点回滚。插件采用纯 ESM + JSDoc 实现,零构建即装,复用 DSH 提供的 peer 依赖。安装后需配置 profile 并指向仓库,即可通过命令运行每日同

Read More
dsh-bgwall-plugin:把 DSH Web 界面背景换成图片

`dsh-bgwall-plugin` 是一款基于纯 JavaScript 的 DeepSeek Harness (DSH) 插件,旨在解决 Web 界面背景不可自定义的问题。该插件允许用户将背景替换为远程 URL 或服务器本地文件,并提供透明度、模糊度及铺放方式(铺满/适应/拉伸)的实时调节功能,同时支持侧边栏背景透明设置及一键清除背景。 安装时需通过 `dsh plugin` 命令从 GitHub 添加插件,随后重启 Web profile 并刷新浏览器,即可在“设置”菜单中找到“背景图片”控制面板。使用本地文件时,相对路径基于工作区根目录解析,单张图片上限为 15MB。该插件采用 MIT

Read More
dsh-token-stats:为 DeepSeek Harness 增加 Token 用量统计

dsh-token-stats 是 DeepSeek Harness (DSH) 的 Token 用量统计插件,由 huantian1223 维护,采用 MIT 许可证。该插件直接解析本地 DSH 会话日志 `session.jsonl.zstd` 中的真实 provider usage,不依赖估算或抓包。 核心功能包括:展示累计、今日及峰值 Token 统计;提供 GitHub 风格的 12 个月活动热力图,支持多时间范围与视图切换;细分输入、输出、缓存及推理消耗,并生成模型与工作区维度的排名;在会话头部显示 Token 及 DeepSeek 账户余额角标,支持余额刷新与低阈值(默认 ¥5)

Read More
dsh-claude-migrator:Claude 配置到 DSH 的迁移插件

dsh-claude-migrator 是一个基于 MIT 协议的配置迁移插件,旨在将 Claude 侧的配置无缝接入 DeepSeek Harness (DSH),避免重复复制文件。该插件自动加载用户目录及项目根下的 Skills(SKILL.md),将 Rules 转换为技能,并动态注册三级 MCP 配置为真实连接,支持环境变量密钥展开与自动重连。此外,它兼容 CLAUDE.md 与 AGENTS.md,并通过工作区隔离机制防止项目间配置串扰。插件提供可视化管理面板,实时展示 Skills、Rules、MCP 列表及连接状态,支持主题切换。用户可通过 `dsh plugin` 命令快速安装

Read More
dsh-speech-plugin:DeepSeek Harness 的语音插件

dsh-speech-plugin 是 DeepSeek Harness 的独立语音插件,通过插件机制为 DSH 增加语音播报与输入能力,无需修改源代码。主要功能包括单条消息播报、会话级自动播报(仅对新回复生效)及语音输入麦克风。播报与输入可分别或同时使用阿里百炼、火山豆包引擎;云端失败时,播报回退至浏览器系统音色,语音输入则禁用并提示原因。 安装需执行 `dsh plugin add dsh-speech-plugin` 命令,并配置 `SPEECH_DASHSCOPE_API_KEY` 或 `SPEECH_VOLCENGINE_API_KEY` 环境变量,避免以 `DSH_` 开头,最后重

Read More
dsh-sonar:为 DeepSeek Harness 提供可拖拽 Token 与上下文仪表盘

dsh-sonar 是面向 DeepSeek Harness web 客户端的只读 UI 插件,由 Howe829 维护(MIT 许可证)。它旨在解决会话过程中上下文窗口、token 明细及账户余额分散显示的问题,提供一个可拖拽的会话仪表盘。该插件不添加工具、命令或修改模型上下文及 KV cache 行为,确保对会话无侵入。核心功能包括:通过 Fish 图标浮动启动器打开仪表盘;显示上下文占用仪表(绿/琥珀/红状态);展示未缓存输入、缓存读/写、输出及推理等 accounted-token 环形图;启发式展示系统提示与工具 schema 组成;统计轮次、步数、模型与工具时间、缓存命中率及累计

Read More
dsh-kimicode-swarm:DeepSeek Harness 批量并行子 Agent 调度插件

dsh-kimicode-swarm 是一款 DSH 插件,旨在解决批量并行子 Agent 调度问题。它移植了 Kimi Code Swarm 模式,提供 `swarm_batch` 工具和 `/swarm` 命令,支持将独立子任务拆分并并行执行,同时在聊天界面展示实时进度条。核心功能包括:`swarm_batch` 支持批量生成最多 128 个子任务,允许按项或整批指定模型,并具备断点续做能力;自适应调度机制通过并发爬坡和指数退避处理限流;`/swarm` 命令实现从任务拆解、派发到汇总自动退出的一次性流程。进度展示基于 SSE 广播,仅用于状态可视化,不写入日志。安装需执行特定插件添加命令

Read More
dsh-chat-content-visibility-auto:DSH 聊天列表 content-visibility:auto 优化插件

`hongweifei/dsh-chat-content-visibility-auto` 是一个基于 MIT 许可证的 DSH 插件,旨在通过纯 CSS 样式叠加优化 Web 客户端长会话聊天列表的性能。该插件利用浏览器原生 `content-visibility: auto` 和 `contain-intrinsic-size` 属性,跳过屏外消息节点的渲染、布局与绘制,从而降低计算成本,同时保持 DOM 结构不变且不替换任何槽位。安装需使用 `dsh plugin` 命令添加 GitHub 源,或手动配置 junction 和 package.json,安装后必须重启 `dsh web`

Read More
Ho11ow8/deepseek-harness-shortcut:为本地 DSH web UI 生成 Windows 桌面快捷方式

`Ho11ow8/deepseek-harness-shortcut` 是一款 Windows 下的 DSH 插件,旨在简化本地 DSH web UI 的启动流程。它通过 `/desktop-shortcut` 命令生成桌面快捷方式和启动脚本,实现一键启动或打开服务。智能启动器能自动检测 DSH 服务状态:若已运行则直接打开浏览器,若未运行则启动服务并等待端口就绪(默认端口 3080,超时 30 秒)。该插件零运行时依赖,要求 Node.js >=18.0.0,支持通过配置文件自定义快捷方式名称、URL、端口、图标、启动命令及等待时间等参数。安装后需在 `dsh web` 中运行命令生成资源,

Read More
dsh-goodmemory:为 DeepSeek Harness 增加自动跨会话记忆

dsh-goodmemory 是一个为 DeepSeek Harness (DSH) 提供跨会话长期记忆的插件,由 hjqcan 维护,采用 GoodMemory 作为后端。该插件旨在解决 DSH 会话间缺乏稳定记忆的问题,通过在模型步骤前自动召回相关记忆(注入为可识别的 user message),并在回合成功完成后写回用户和助手的有效对话文本,同时排除工具调用、推理过程及注入内容。 插件支持两种运行模式:默认的 managed 模式会自动启动 goodmemory-http-bridge sidecar,使用 SQLite 存储数据;external 模式则连接已有的 GoodMemory

Read More
dsh-web-search-provider:用模型提供方服务端搜索改进 DSH 联网搜索

dsh-web-search-provider 是 DeepSeek Harness (DSH) 社区的一个开源插件,由 hiyms 维护,采用 MIT 许可。它通过调用模型提供方的服务端搜索能力(如 OpenAI Responses API 或 Anthropic-compatible Messages API)实现联网搜索,从而绕过 DSH 内置的 web_search 工具链路。该插件可与现有搜索插件共存,且在 OpenAI Responses API 环境下支持直接查看或搜索 URL 页面内容。 使用需满足提供方支持 web search capability 的条件。安装后需在 co

Read More
hiro-nikaitou/dsh-ocg-billing:为 DeepSeek Harness 增加 OpenCode Go 计费层

本文介绍了 DSH 社区插件 `hiro-nikaitou/dsh-ocg-billing`,旨在解决 DeepSeek Harness (dsh) 中 OpenCode Go 账单计算与展示需求。该插件采用 MIT 许可证,独立于官方,允许用户在 dsh 的 web composer 下方显示常驻账单行,并基于缓存的官方价格表进行实时估算。其核心功能包括全局或单会话范围的账单计算、价格缓存主动更新检查,以及利用默认模型对账单进行智能分析。 安装时需通过 `dsh plugin` 命令添加插件路径或在 `config.yaml` 中配置 overlay,随后重启 `dsh web` 即可生效。

Read More
DSH Live Wallpaper:为 DeepSeek Harness Web UI 提供动态壁纸与主题中心

DSH Live Wallpaper 是面向 DeepSeek Harness Web UI 的轻量级插件,旨在无需 Steam、Wallpaper Engine 或额外 npm 依赖即可实现动态壁纸与主题定制。当前版本 v0.3.1 基于 MIT 许可,提供四款离线程序化壁纸(如极光、星云),并支持通过 ShaderToy ID 应用在线作品。在未配置 App Key 时使用官方 Embed,配置后则优先在本地 WebGL2 渲染源码;同时也兼容远程媒体直链及临时本地文件(刷新后失效)。插件内置主题中心,允许用户自定义 5 套预设、颜色、按钮形态、字体及 90%-115% 字号缩放,且壁纸与

Read More
dsh-project-knowledge-review:面向中文 DSH 用户的本地知识复习插件

dsh-project-knowledge-review 是面向中文 DSH 用户的本地知识复习插件,旨在将学习资料、文字及音频转写存入本地库进行复习。其核心功能包括零配置自动创建 v2 存储、证据优先问答、strict 模式下证据不足时明确拒答、自动生成 Markdown 提要及两级分类管理。插件提供侧栏知识库工作区,支持安全 Markdown 预览(不执行 HTML/脚本),并兼容 v1 旧库迁移。安装后无需数据库或登录,OCR/ASR 功能默认关闭,需显式配置凭据启用,且仅接受公开 HTTP(S) URL。用户可通过对话添加资料、基于知识库提问或切换 reference/strict 回

Read More
OctoOps:DeepSeek Harness 的服务器运维与 JumpServer 堡垒机插件

OctoOps 是 DeepSeek Harness (DSH) 的服务器运维与 JumpServer 堡垒机插件,由 hesiwen66 维护,采用 MIT 协议,要求 Node >=18.17。该插件旨在将远程运维操作集成至 DSH 工作流中,主要解决三类需求:远程主机命令执行与结果解析、远程配置文件及日志读写、以及通过 JumpServer 访问内网资产。 核心功能包括:利用 SSH/Telnet 执行命令并由 AI 结构化解析输出;通过 SFTP 直接读写远程文件;维护 SSH 连接池以实现会话复用;对接 JumpServer API 支持自动代理访问及多账号选择;自动采集设备环境信息

Read More
dsh-web-search-responses:复用 Responses 内置 web_search 的 DSH 搜索 provider

dsh-web-search-responses 是 MIT 许可证的 DSH 插件,旨在解决自定义模型使用 OpenAI Responses 端点且支持内置 web_search 时的搜索请求转发问题。该插件注册名为 responses-web 的搜索 provider,使 ctx.web.search() 能复用当前会话模型的 Responses API 端点,发送内置 web_search 请求并解析响应结果。它默认自动跟随当前模型和路由,也支持显式固定路由。主要配置项包括 provider、model、baseURL、apiKeyEnv 及搜索参数等。安装可通过 GitHub 或本地路

Read More
dsh-mcp-manager:为 DSH 增加运行时 MCP 服务器管理

`dsh-mcp-manager` 是 DeepSeek Harness (DSH) 的一个插件,用于在运行时动态管理 MCP 服务器,解决了静态配置需重启的问题。它支持 stdio 和 streamable-http 两种传输方式,保持与 `@deepseek-ai/dsh-mcp-client` 一致的工具命名契约。 核心功能包括:1. 运行时管理:支持添加、删除、启停和重连服务器,配置持久化至本地 JSON 文件(默认 `$DSH_HOME/mcp-manage/servers.json`),重启后自动重连;2. 智能体工具:提供 `mcp_manage_list` 等六个工具供会话内操

Read More
dsh-scope:为 DeepSeek Harness Web UI 提供上下文视图与 53 周 token 热力图

dsh-scope 是一款面向 DeepSeek Harness (DSH) Web UI 的开源插件(MIT 许可),由 helloxkk 维护,旨在优化会话调试体验。该插件主要提供两大核心功能:一是 Codex 风格的会话上下文视图,实时展示当前窗口的 token 占用情况,详细列出 system、tools、messages 的组成占比及 KV-cache 命中率;二是 GitHub 贡献图风格的滚动 53 周 token 使用热力图,用户可点击特定日期查看当日的四桶 token 消耗、缓存命中率、会话数及模型排名。 插件通过官方 token-meter session projecti

Read More
dsh-time-travel:为 DSH 工具副作用提供可逆回滚与审计

dsh-time-travel 是面向 DeepSeek Harness(DSH)插件系统的可逆时间旅行与审计工具,旨在解决模型工具执行副作用(如文件读写、Shell 命令、HTTP 请求)后缺乏稳定回滚入口的问题。该插件通过监听工具管线事件,为 `fs.write`、`fs.delete` 等文件操作建立“前状态快照→执行→补偿”链路,支持按轮次倒序恢复工作区;对于 `bash` 和 `http.request` 等难以自动逆转的操作,则通过内置审计规则引擎记录危险行为至 JSON Lines 日志。插件提供 `ctx.timeTravel` API,包括 `rewindTo`(指定轮次回滚

Read More
dsh-analytics:DSH 的 Agent FinOps / token analytics 插件

`dsh-analytics` 是一款针对 DeepSeek Harness (DSH) 的本地智能体金融运营(Agent FinOps)插件,旨在解决多会话、多模型调用及缓存成本分散难以追踪的问题。该插件通过收集会话事件中的用量数据,写入本地 SQLite 数据库,结合时间感知的价格表计算成本,实现数据本地化存储与分析,不依赖外部 API。 其核心功能包括本地用量台账、时间感知成本引擎、多维度查询入口(Service、Agent Tool、JSON API)及浏览器仪表盘。仪表盘支持总览、会话钻取、模型与工具成本分析及预算监控,提供 6 小时至全量时间范围的选择及中英文切换。插件采用步骤级归

Read More
dsh-ponytail:为 DSH 增加“懒而高效”的代码约束

dsh-ponytail 是一款适用于 DSH 桌面版的 MIT 许可插件,旨在通过注入“极简代码”规则来降低 AI 生成代码时的 Token 消耗。该插件模拟资深工程师思维,优先引导模型复用原生能力、标准库及已有代码,减少非必要的新增依赖和冗余实现。其核心功能包括设置页总开关、输入框内实时档位切换及状态持久化(存储于 `~/.dsh/dsh-ponytail.json`)。插件提供 Off、Lite、Full、Ultra 四档强度,其中 Full 为默认,Ultra 追求最少 Token 和零新依赖。安装支持通过 `dsh` 命令从 GitHub、npm 或本地链接添加,也支持手动克隆仓库并

Read More
dsh-wolfram:在 DeepSeek Harness 中调用 Wolfram Mathematica

`dsh-wolfram` 是一个面向 DeepSeek Harness (DSH) 环境的轻量级社区插件,旨在让智能体直接调用本地 Wolfram Mathematica 或 Wolfram Engine 执行数学计算。该插件封装了本机的 `wolframscript` 命令,注册为名为 `wolfram` 的工具,使智能体能将 Mathematica 表达式作为参数传入,自动捕获并返回标准输出结果,无需开发者手动维护进程调用和结果解析逻辑。 其核心优势在于零 npm 依赖,仅使用 Node.js 内置的 `child_process` 模块,保持了极低的资源开销。用户需确保本机已安装 Wo

Read More
dsh-math-suite:一次安装 math、wolfram、diffgeom 的 DSH 插件包

`dsh-math-suite` 是一个 DeepSeek Harness (DSH) 插件聚合包,由 hatter123 维护,采用 MIT 许可证。它旨在解决数学计算场景下多后端安装配置繁琐的问题,通过一次性安装同时启用三个不同的数学工具插件。 该套件包含以下三个核心工具: 1. **`math`**:基于 mathjs,支持数值求值、化简和符号微分,无前置依赖,纯 JS 实现,始终可用。 2. **`wolfram`**:基于 Wolfram Mathematica,支持积分、方程求解、极限等复杂计算,需外部环境提供 Wolfram Engine 或 wolframscript。 3.

Read More
dsh-math:为 DeepSeek Harness 增加数学计算与符号代数工具

`dsh-math` 是一款面向 DeepSeek Harness (DSH) 的 MIT 许可科学计算插件。它注册 `math` 工具,使智能体在对话中直接处理数值计算与符号代数,无需切换外部工具。该插件集成 `mathjs` 和 `Algebrite` 引擎,支持表达式求值、单位换算、矩阵运算、统计、复数及大数处理;同时提供化简、展开、因式分解、求导、不定积分及多项式求根等符号操作。用户可通过 `dsh plugin --profile web add dsh-math` 从 npm 安装。安装前需检查源码、依赖及许可证,并注意其运行权限及对 `@deepseek-ai/dsh-tools

Read More
dsh-governed-memory:DeepSeek Harness 的治理型长期记忆插件

`dsh-governed-memory` 是面向 DeepSeek Harness (DSH) 的治理型长期记忆插件,由 `haoyuan-sjtu` 维护,许可证为 MIT。其核心旨在解决智能体长期记忆中记录来源、权限、范围及撤销等治理问题,通过约束 capture、promote、revoke 和 retrieval 流程,减少模型随意写入与检索注入的风险。 该插件不提供浏览器 UI 或 HTTP 端点,仅作为 DSH 进程内的可信 host plugin 运行。它关闭了模型侧的直接写入入口,规定候选记录初始进入隔离区(quarantine),需经可信 host 显式批准及证据验证后方可

Read More
dsh-git-branch:在 DSH Web UI 中显示当前工作区 git 分支

`dsh-git-branch` 是一款由 `hanyueqiang` 维护、基于 MIT 协议的 DSH 插件,旨在解决 DSH Web UI 中工作区 Git 分支不直观的问题。该插件将当前工作区的 Git 分支信息展示在 Composer 模式控件旁,支持普通分支(如 `⎇ main`)和分离头指针(detached HEAD)状态;若工作区非 Git 仓库,则自动隐藏显示。 插件具备智能刷新机制,在插件挂载、Session/工作区切换、窗口聚焦、页面可见性变化或用户点击时立即更新,并设有 60 秒轮询作为兜底(可通过配置禁用)。架构上,Host 端注册 `/git-branch` 命令

Read More
dsh-width:调节 DSH web 输入框与内容区宽度

dsh-width 是一款面向 DeepSeek Harness (DSH) web 界面的轻量级插件,旨在解决界面宽度调节问题。该插件在 DSH 的“设置”中新增“显示”页,提供两个滑杆分别用于调节内容展示区与输入框的宽度百分比。滑杆范围设为 30% 至 100%,步进 5%,默认值 100%,并配备重置按钮。调整即时生效,配置持久化保存于 `~/.dsh/settings.yaml` 文件的 `dsh-width` 节中,同时优化了会话菜单及任务列表的对齐与宽度同步。安装支持从 GitHub 或本地目录添加,需 DSH 版本 0.1.0-rc.6 及以上;rc.7 及以上版本安装后重启 w

Read More
dsh-session-state:折叠思考过程,并在输入框上方展示会话活动状态条

dsh-session-state 是一款面向 DeepSeek Harness web 的界面插件,需 DSH 版本 0.1.0-rc.7 及以上。其核心功能包括默认折叠 Think 思考块和工具调用内容,使回答直接展示;并在输入框上方提供会话活动状态条,实时统计 Think、Edit、Bash、Read 的累计次数。状态条支持展开查看各类别的具体活动明细,运行中的类别带有呼吸灯指示,并适配减少动画偏好。设置项包括 collapseThinking、collapseTools 和 statusBar,默认均为 true,持久化保存于 ~/.dsh/settings.yaml 中。安装支持从

Read More
dsh-model-provider-label:在 DSH 模型选择器中同时显示 provider 与模型名

dsh-model-provider-label 是 DeepSeek Harness (DSH) 的一款 Web 插件,旨在解决多 Provider 配置下同名模型难以区分的问题。该插件在模型选择器中同时显示 Provider 显示名与模型名,帮助用户准确识别来源。插件由 haiyoucuv 开发,基于 MIT 许可证,通过复用宿主服务并遮蔽默认 UI 槽位实现功能。 目前,该插件已停止维护,其核心功能已整合至 dsh-chat-tweaks。用户需注意,这两个插件占用同一 UI 槽位,共存会导致报错。因此,若安装 dsh-chat-tweaks,应卸载 dsh-model-provider

Read More
@haibala-aii/dsh-extensions-wallpaperskin:用本地 Wallpaper Engine 媒体给 DeepSeek Harness web 换背

`@haibala-aii/dsh-extensions-wallpaperskin` 是专为 DeepSeek Harness (DSH) web 界面设计的本地壁纸插件,由 `haibala-aii` 维护,采用 MIT 许可证。该插件核心功能是将本地 Wallpaper Engine 媒体直接作为 DSH 背景,全程无需远程 API 或文件上传,确保数据隐私。它支持在 Windows 系统上自动发现 Steam 库及 Wallpaper Engine 的本地与 Workshop 项目,兼容 MP4、WebM 等视频格式及 PNG、JPEG 等静态图像。插件集成于 DSH 的 Extens

Read More
dsh-git-sidebar:在 DSH 对话页查看 Git 工作区未提交改动

dsh-git-sidebar 是 DeepSeek Harness (DSH) Web GUI 的嵌入式插件,由 H2O-MERO 维护,采用 MIT 许可证。该插件旨在解决用户在对话页处理工作区文件时,需频繁切换终端或 IDE 以查看 Git 状态的高操作成本问题。它在 DSH 对话页右侧提供 VSCode 风格的未提交改动侧边栏,允许用户在不离开当前会话界面的情况下,直观查看当前工作区 Git 仓库的已暂存、未暂存及未跟踪文件。 核心功能包括自动跟随当前对话的工作区仓库,支持查看文件状态徽标(如 M、A、D)、行级差异统计(+/−)及单文件 diff 展开;重命名文件会展示新旧路径,未跟

Read More
@gzmuldyxx/dsh-windows-tray:Windows 系统托盘鲸鱼控制器

`@gzmuldyxx/dsh-windows-tray` 是一款专为 Windows 设计的 DeepSeek Harness 插件,旨在通过系统托盘简化 `dsh web` 服务的日常操作。该插件在通知区域常驻一个鲸鱼图标,用户无需频繁使用终端命令,即可通过鼠标左键单击快速启动服务并打开 Web 界面,或通过右键菜单执行启动、停止(基于端口 3080 定位进程)、重启及退出托盘等管理操作。 插件具备单实例保护机制,防止重复安装导致图标叠加。安装前需确保已部署 DeepSeek Harness,并通过 `dsh plugin --profile web add @gzmuldyxx/dsh-

Read More
powershell-fix:在 DSH 中检查和修复 Windows PowerShell 命令

powershell-fix 是 DeepSeek Harness(DSH)的宿主层插件,旨在解决智能体在 Windows PowerShell 环境中执行命令时,因 bash 习惯、粘贴污染(如 CRLF、提示符)及续行符错误导致的失败问题。该插件提供 `powershell_fix` 工具,先对命令进行本地检查与修复,再经宿主 Shell 通路执行,全程遵循 DSH 原有的沙箱、审批及超时策略,不新增权限。 核心功能包括:规范化字符并去除提示符;将 bash 续行符转换为 PowerShell 反引号;对无法安全重写的命令发出警告而非盲目修改;内置执行门禁,拦截递归删除、磁盘格式化等危险命

Read More
dsh-weather-sky:DSH Web GUI 的实时天气与天空动画插件

dsh-weather-sky 是 DeepSeek Harness (DSH) Web GUI 的一款开源天气展示插件,由 guoPhineas 维护,采用 MIT 许可证。它通过在页面叠加指针穿透的动画层,实时展示天气与天空状态,主要面向界面展示,不注册模型工具。 插件核心功能包括:利用浏览器端 API 获取位置(优先 Geolocation,回退 IP 定位)及通过 Open-Meteo 获取无需密钥的天气数据(温度、降水、云量等)。视觉呈现上,支持昼夜切换(日月星星)、精确的月相计算、日月轨迹动画,以及云、雨、雪、雾、雷暴等天气特效。为减少遮挡,整层设置 `pointer-events

Read More
dsh-game-hud:DSH 游戏风格悬浮 HUD 插件

`dsh-game-hud` 是一款专为 DSH web profile 设计的 DeepSeek Harness 插件,旨在通过游戏风格悬浮 HUD 集中展示关键状态,减少开发者在多页面间切换的成本。其核心功能包括:以血条和蓝条分别直观展示账户余额(默认满格 ¥20,宿主缓存 30 秒)及当前会话上下文剩余;实时监控峰谷定价及切换倒计时(高峰时段为 09:00–12:00、14:00–18:00,谷时半价);当余额低于阈值时触发红光告警;并在上下文剩余低于 5% 时自动触发压缩,连续两轮后可选择“携带记忆开启新会话”,通过静默注入记忆摘要实现无缝衔接。 该插件支持通过 `dsh plugin

Read More
dsh-shift-router:DSH 的两级模型路由插件

`dsh-shift-router` 是 DSH 的一个两级模型路由插件,旨在智能分配日常与关键轮次的模型使用。它通过 LLM Judge 将请求分类为 `fast` 或 `smart` 层级,采用“即时升级、趋势降级”策略,并在 Prompt Cache 热时暂缓切换以优化成本。该插件支持运行时故障转移,遇到服务异常时实行指数退避冷却,仅在同层内切换健康模型;同时具备任务级编排能力,由强模型规划并委派给弱模型执行,且强制任务上限。此外,它提供按层级统计的 token 与成本遥测。安装需 Node `>=22.0.0`,配置后可通过 GUI 或命令调整路由模式(auto/manual/off)

Read More
find-plugin:在 DSH 中搜索并受控安装社区插件

find-plugin 是由 graceen2331-prog 维护的 DSH 插件,旨在简化社区插件的搜索、审查与安全安装流程。该插件注册了 `find_plugin` 和 `install_plugin` 两个工具,无需依赖数据库或 Web UI。`find_plugin` 通过 GitHub 搜索带有 `topic:dsh-plugin` 的仓库,进行静态检查、风险披露及无效候选过滤,并返回最多 5 个安全候选项。`install_plugin` 则在获取固定 Commit SHA 并重新验证 Bundle 后,通过 DSH 审批机制(仅允许一次性授权)执行安装,安装过程使用官方插件管理

Read More
dsh-archify:给 DeepSeek Harness 一个会画图的 agent 技能

dsh-archify 是一款由 GongYuanCaiJi 维护的 DSH 插件,基于 MIT 许可,移植自 tt-a1i/archify v2.14.0。该插件通过 JSON 规格生成架构图、流程图、时序图、数据流图及生命周期图,并输出独立 HTML 文件,同时支持 PNG、SVG、WebM 及 1200×630 分享卡片等格式。 核心功能包括五种图型生成、基于确定性校验的 `validate` 验收(提供 showcase 9 项与 standard 基础验收)、Mermaid 输入转换以及架构前后对比(Before/Delta/After)。插件支持深浅主题及多种视觉预设,且无遥测、无

Read More
mattpocock-skills-dsh-zh:DeepSeek Harness 的 Matt Pocock 中文技能集

mattpocock-skills-dsh-zh 是面向 DSH 的中文插件,由 gongyijie85 维护,将 Matt Pocock 的 25 个技能(7 个生产力与 18 个工程类)译为中文并适配 Cordis 架构。该插件采用 MIT 许可,保留关键英文术语并附注释,通过 ask-matt 作为路由器入口,支持使用 skill 工具加载如 grilling、TDD 等技能。安装需 DSH 版本不低于 0.1.1-rc.2,可通过 dsh plugin 命令添加,随后重启 profile 即可启用。该插件与英文版可共存但建议二选一,因其以当前进程权限运行,安装前需检查源码安全性。此项目

Read More
dsh-repo-setup:DSH 的仓库体检引导插件

dsh-repo-setup 是 gongyijie85 开发的 DSH 插件,定位为“仓库体检引导插件”,旨在进入陌生仓库时提供只读探测与配置建议。该插件注册了 `repo_setup_scan` 工具,通过扫描项目目录的语言栈、测试设置、文档、Git、Docker 及数据库线索,生成包含检测栈、仓库卫生状况及推荐安装项的 Markdown 报告。它严格保持只读特性,不修改任何内容,仅给出 DSH 技能插件、MCP 服务器及卫生文件的安装建议。 该插件支持 DSH 版本 `>=0.1.1-rc.2`,通过 `dsh plugin --profile web add dsh-repo-setu

Read More
dsh-timer-scheduler:让 agent 稍后自动醒来检查后台工作

`dsh-timer-scheduler` 是一个 MIT 许可的 DSH 插件,旨在解决 Agent 启动后台任务后需人工提示检查的问题。该插件为 Agent 提供一次性提醒工具,支持通过相对或绝对时间设置提醒,并在到期时自动唤醒 Agent 继续行动,无需人工干预。核心功能包括 `schedule_reminder`(支持关联后台任务,任务完成即自动取消提醒)、`list_reminders` 和 `cancel_reminder`。提醒数据持久化存储,重启后仍有效,且 Web UI 顶栏会实时显示提醒及倒计时。安装时需从源码挂载至 Web profile 并重启服务,若使用特定工具过滤配

Read More
dsh-github-mcp:把 GitHub 官方 MCP server 接入 DSH,并修复文件内容被丢弃的问题

dsh-github-mcp 是 GitRuozhi 开发的 MIT 许可 DSH 插件(v1.1.0),旨在消除对本地 Git 或 gh CLI 的依赖,通过连接 GitHub 官方 hosted MCP endpoint,将 GitHub 功能无缝集成到 DSH 智能体中。其核心价值在于暴露了 44 个 GitHub 官方 MCP 工具(如搜索仓库、管理 Issue 和 PR),并提供了专用的 github_file_read 工具以读取文件内容或列出目录,解决了传统桥接方式中文件内容丢失的问题。使用私有仓库时需配置 GITHUB_TOKEN 并重启服务。插件工具默认全局注册,所有预设均可

Read More
dsh-workspace-inspector:DSH Web 客户端右侧概览面板

dsh-workspace-inspector 是一款由 GIGHT111 维护的 DeepSeek Harness (DSH) Web 客户端插件,旨在解决长会话中信息分散难以追踪的问题。该插件跨平台支持 macOS、Windows 和 Linux,通过右侧面板集中展示当前会话的 Token 用量(含输入、缓存、输出及占比)、上下文压力(预估 token 数及窗口占用率)、全部历史消息目录(支持折叠、摘要显示及点击跳转高亮),以及工作区文件树(支持懒加载、文件打开及刷新)。 插件以较低优先级遮蔽默认详情面板,会话存在时自动开启,支持通过按钮关闭或重新打开。安装需确认环境已安装 dsh 及 p

Read More
DSH 插件 dsh-timed-goal:在任意对话中配置定时 /goal 任务

dsh-timed-goal 是一款面向 DSH Web 的 MIT 许可插件,由 gfds2005 开发,用于在指定时刻自动触发预设提示词。该插件支持按对话配置任务,用户可设定绝对时间(本地或 UTC),到点后自动以默认全权限(full access)或受限的工作区写权限执行 goal。功能包括每日重复执行、限制自主运行轮数、任务编辑与状态管理,以及跨会话任务总览。界面支持中英文双语,提供斜杠命令(如 /timed-goal add)和浏览器管理面板两种操作方式。安装需 DSH web profile 及 Node.js 18+,通过 dsh plugin 命令添加并重启生效。配置数据保存在

Read More
dsh-remote-dirpicker:让 DSH Web 的远程“新增工作区”目录选择保持一致

dsh-remote-dirpicker 是一个 MIT 许可证的 DSH 插件,旨在解决通过 nginx 反代、公网或局域网 IP 访问 DSH Web 时,“新增工作区”目录选择功能无法正常使用的问题。该插件通过组合层 patch 调整插件配置,不修改 DSH 核心代码。其核心机制是停用自动选择器 `directory-picker-auto`,强制挂载 `browse` 宿主能力,确保远程与本地访问均使用统一的浏览器内目录浏览器界面。 该插件支持在浏览器内浏览宿主文件系统,包括面包屑导航、绝对路径跳转、路径编辑、隐藏文件显示及新建文件夹等功能,并通过 dsh 自身 RPC 通道暴露能力,

Read More
dsh-session-s3:DeepSeek Harness 的 S3-backed SessionPersistence 插件

`dsh-session-s3` 是一个 MIT 许可的社区插件,旨在为 DeepSeek Harness 提供基于 S3 的会话持久化功能。它采用 `wal3-Lite` 设计,通过不可变的 JSONL 片段和 CAS manifest,利用 `If-None-Match` 协调并发写入,确保数据一致性。该插件支持 AWS SDK 凭证链及 R2、MinIO 等 S3 兼容端点。用户需通过 `dsh plugin` 命令将其安装至特定 profile(如 `web`),而非全局,且运行环境要求 Node 22 及以上。配置时需在 `cordis.patch.yml` 中指定必填的 `buck

Read More
DSH Taskify:在 DSH Web 中固定任务范围与硬约束

dsh-taskify 是 DSH Web 的一个插件,旨在通过建立任务边界防止 Coding Agent 在多轮对话中偏离初始范围或忽略约束。其核心机制包括 Focus 和 Persistent Anchors:Focus 用于固定当前任务的执行范围,需用户确认;Anchors 用于保留明确的硬约束(如“不修改后端”),且必须基于当前草稿的确切证据,防止凭空添加。该插件不修改原始 Prompt,也不自动发送,仅作为持续的模型指导(model guidance),而非沙箱或拦截层。 安装需指定兼容版本,支持 Node.js 22+ 和 pnpm 11.x。使用时,用户先撰写任务,点击 Task

Read More
dsh-chatvoice:给 dsh web 增加语音输入与回复朗读

dsh-chatvoice 是一款由 FuzzySoul 维护的 DSH 插件,旨在优化 DeepSeek Harness (dSH) web 界面的交互体验,实现“语音输入 + AI 回复朗读”闭环。该插件基于浏览器原生 Web Speech API,具备零配置、零成本、免 API key 的特点,无网络请求或子进程。 核心功能包括:通过麦克风进行语音输入,识别结果实时追加至输入框,支持中途打字修改;支持对助手回复一键朗读或开启自动朗读,并可随时打断;提供设置页以配置识别语言、音色及语速,中文场景默认使用 Edge 内置的自然音色。插件具备完善的错误提示机制,能针对权限拒绝、浏览器不支持等情

Read More
dsh-skill-manage:给 DSH 智能体增加技能创建与管理能力

dsh-skill-manage 是 DSH 框架的一个 MIT 许可插件,旨在解决智能体在会话中重复试错的问题。它通过提供 `skill_manage` 工具,允许智能体将程序性记忆沉淀为可维护的技能文件,支持创建、修补、禁用、删除及固定技能等操作。 该插件支持用户级和项目级两种作用域,以及目录和单文件两种存储布局。其核心特性包括通过 frontmatter 标志实现技能的禁用/启用和固定(防止删除),并实施严格的删除保护机制,仅允许删除标记为 `created_by: agent` 且未固定的技能。此外,插件内置了名称、描述长度及文件大小的校验规则,采用原子写入和热重载机制确保稳定性。 安

Read More
dsh-path-reveal:点击 DSH 消息中的 Windows 路径打开资源管理器

dsh-path-reveal 是一款 DeepSeek Harness 插件,旨在简化 Windows 环境下开发过程中对文件路径的操作。该插件能自动识别 DSH 消息中内联代码里的 Windows 绝对路径(包括盘符及 UNC 路径),将其转化为可点击元素:点击文件路径时直接打开所在文件夹并定位选中该文件,点击目录路径则直接打开该目录。这一功能有效减少了手动复制粘贴路径及切换窗口的繁琐步骤,提升了上下文连贯性。插件由 futongxu9-maker 维护,采用 MIT 许可证,支持页面刷新、新会话及服务重启后持续可用。安装仅需执行特定命令即可,适用 Windows 系统且依赖 explor

Read More
dsh-desktop-shell:为 DSH Web 增加 Electron 桌面窗口

`dsh-desktop-shell` 是一个 MIT 许可的 DSH 桌面外壳插件,旨在优化 `dsh web` 的本地使用体验。它通过在 web profile 中接入,使 `dsh web` 启动时自动弹出 Electron 窗口加载现有 HTTP 服务,同时保持 DSH 核心引擎零改动。主要功能包括:关闭窗口时进程不退出,而是隐藏至系统托盘,托盘菜单支持重新打开窗口或彻底退出进程;支持单实例锁防止重复启动,并记忆窗口位置大小;提供桌面快捷方式脚本以便双击启动。具备完善的降级策略,若 Electron 缺失、启动失败或窗口加载出错,将自动回退至浏览器模式,不阻断服务运行。安装需在 pro

Read More
fryghost/deepseek-eyes:DeepSeek Harness 社区插件

`fryghost/deepseek-eyes` 是一个 DeepSeek Harness(DSH)社区插件,由维护者 `fryghost` 开发并托管于 GitHub。由于相关文档抓取失败,目前缺乏关于其具体功能、安装命令、用法示例及许可证的可核实信息,因此无法确认其详细能力。该插件收录于独立的 SkillHub 社区目录,该目录与 DeepSeek 或幻方无官方从属关系。建议开发者在启用前自行访问 GitHub 仓库或社区目录页,仔细核查源码、依赖关系及权限要求。需注意,插件将以当前 DSH 进程权限运行,且不可假设其为宽松许可证。鉴于资料有限,请勿自行拼接安装命令,务必以作者说明为准,确

Read More
@dsh-external/dsh-image-unlock:解除 DeepSeek Harness Web GUI 的图片输入限制

`@dsh-external/dsh-image-unlock` 是一个由 FrostLeafKEE 维护的 DeepSeek Harness (DSH) Web GUI 外部插件,旨在解除图片输入限制,使不支持图片的上游路由(如 Console Go)也能处理图片附件。该插件核心功能包括为未声明图像输入的模型添加 `defaultInput` 补丁,并将图片块文本化为特定标记,交由 `claude-vision-skill` 处理,从而实现图像识别。插件支持根据 `claude-vision-skill` 目录的存在与否即时切换文本化或原生图片路径,并允许通过 `cordis.patch.y

Read More
`dsh-client-auto-retry`:DSH 回合中断后自动发送「继续」的客户端插件

`@frog755/dsh-client-auto-retry` 是 Frog755 开发的 DeepSeek Harness (DSH) 客户端插件,采用 MIT 许可证。该插件旨在解决会话回合因出错、中断或达到 Token 上限而异常终止的问题。通过检测 `turn/end` 的 `reason.kind`,当识别为 `error`、`interrupted` 或 `max-tokens` 时,插件会自动向原会话发送可配置的续接文本(默认“继续”),以实现无缝续跑。 插件具备宽限期、冷却期及连续次数上限等防护机制,防止失控循环,且设置项支持实时生效。它专注于简单续跑,不进行模型或提供商切换

Read More
dsh-dictate:把语音输入接入 DSH Composer

dsh-dictate 是面向 DeepSeek Harness (DSH) Composer 的上下文感知语音输入插件,旨在通过语音输入长提示词或代码说明,转写结果保留在输入框供用户审阅修改,不启动双向语音会话。 该插件默认使用 Chrome 或 Edge 的 Web Speech API 进行浏览器识别,录音时显示实时转写;在 Apple Silicon Mac 和 Windows x64 平台上,可选用本地 SenseVoice 模型进行增强转写,需下载约 253 MB 模型文件。其核心优势包括上下文感知(参考最近 6 条对话优化用词)、中英混合识别优化以及严格的发送控制(默认不自动发送

Read More
dsh-agent-replay:回放 DeepSeek Harness 会话,并导出独立 HTML

`dsh-agent-replay` 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,由 forrestsweet 维护。它旨在增强 Web 客户端,提供会话级的原生回放视图。该插件读取 Harness 真实快照(包括消息、工具、命令、错误及时间耗时),支持 1x、2x、4x 倍速播放,并提供搜索、筛选及详情检查功能。 其核心亮点在于可将会话导出为独立的、无运行时依赖的 HTML 文件,包含事件账本、概览轨道及深色模式,便于分享。为确保隐私,导出过程会自动排除系统上下文及隐藏推理,并脱敏用户路径、Token 等敏感凭据,但官方建议发布前仍进行人工复查。 该插件适用于

Read More
dsh-douyin-creator:基于抖音官方资料的 DSH 创作与运营插件

dsh-douyin-creator 是一款基于 DeepSeek Harness 的抖音自媒体运营插件,由 forgeturl 维护。它整合抖音官方推荐、分发及治理资料,构建可检索知识库,旨在解决运营经验缺乏官方依据的问题。核心功能包括官方资料检索与原文读取、选题评估、脚本风险审查、数据诊断、新手账号起步指导及周实验计划制定。该插件强调结论分层,严格区分官方公开信息、合理推断、运营建议和账号专属结论,避免混淆经验总结与平台机制。适用于希望基于证据进行内容决策的创作者。支持普通用户一键安装及开发者通过 Npx 运行,需 Node.js 环境。注意资料快照有时效性,涉及最新政策需核对官网,且 D

Read More
dshgirl-starter:统一 DSH 鲸鱼娘插件

dshgirl-starter 是一个基于 DeepSeek Harness (DSH) 的非官方粉丝插件项目,采用“一切皆插件”架构,将鲸鱼娘人设、桌面交互功能及记忆管理统一集成。该插件提供鲸鱼娘角色注入、桌面桌宠、余额挂件、记事、定时提醒、右键提问 DSH 以及基于 `memory.json` 的共享长期记忆库等功能,并通过低 token 工具实现记忆的按需存取。项目支持 HTTP API 接口,便于查看或创建记事、提醒及记忆,也可用于发起新会话提问。运行环境要求 Node.js 版本不低于 22.19 且 CPU 架构为 x64,可选用 Python Helper。源代码遵循 MIT 协

Read More
dsh-turn-nav:DSH 右侧会话轮次导航栏插件

dsh-turn-nav 是由 flyHZJ 维护的 DSH 插件,采用 MIT 许可证,旨在解决多轮长会话中手动滚动定位历史消息不便的问题。该插件不替换 DSH 官方界面,而是通过 `shell.overlay` 在聊天窗口右侧显示悬浮导航栏,实现非侵入式交互。其核心功能包括:显示轮次数字圆点,悬停弹出包含用户问题摘要的卡片,点击可平滑滚动至对应轮次,并随滚动自动高亮当前位置。插件支持自动刷新导航,并能自动调用 `loadOlder()` 加载未分页的历史记录(默认上限 200 页,可调)。用户可通过 `dsh plugin` 命令从 GitHub 安装或更新,兼容 Bundle 机制。配置

Read More
DSH 会话数据管理器:查看、预览和管理本机会话数据

DSH 会话数据管理器是面向 Windows 平台 DSH web profile 开发者的 DeepSeek Harness Web 插件(v0.5.2,MIT 许可证),旨在集中管理分散在不同状态的本机会话数据。该插件提供分类查看(全部、未归档、归档、异常、子代理、备份区、回收站)、搜索、批量选择、只读预览及调整预览宽度等功能。核心操作包括归档、恢复、移动工作区、修复未分组会话及清理无效索引,并支持通过复选框执行批量处理。插件能智能区分子代理会话,避免误判为异常,并在移入备份区或回收站时同步清理缓存,恢复时重建关联。安装需环境支持 pnpm 及 PowerShell,通过指定 GitHub

Read More
dsh-web-search-openai:为 DSH 接入 OpenAI Responses API 网页搜索

dsh-web-search-openai 是 flg1217 开发的一款 DSH 插件,旨在无需修改 DSH 源码即可为 ctx.web 集成基于 OpenAI Responses API 的搜索提供方。该插件通过调用 POST /responses 接口利用原生 web_search 工具实现服务端检索,并将结构化结果或消息级注解统一归一化为可引用来源。插件支持 Web 设置卡片,允许用户配置端点、模型、API Key 及检索上下文,其中 API Key 支持写入不回显或读取环境变量 OPENAI_API_KEY。安装时需确保 DSH 版本不低于 0.1.0-rc.6,并通过 dsh pl

Read More
dsh-powerdesk:在 DSH Web UI 中增加可停靠 IDE 工作台

dsh-powerdesk 是由 FleetingEcho 维护的 DSH 网页插件,旨在将终端、文件浏览器、Markdown 笔记、代码编辑器、沙箱浏览器和日历集成到 DSH Web UI 的可停靠面板中,减少应用切换。该插件要求 DSH >=0.0.1 且 dsh CLI 在 PATH 中。核心功能包括:基于 Rust PTY 的多实例终端;支持目录树浏览与路径复制的文件管理器;递归编辑本地 .md 文件的笔记模块;基于 CodeMirror 6 的多语言语法高亮编辑器;具备安全沙箱机制的浏览器;以及事件存储于本地 SQLite 的日历视图。此外,插件支持 ripgrep 内容搜索、面板灵

Read More
Little Mouse Pointer:为 AI agent 增加 Windows 桌面 UI 上下文选择

Little Mouse Pointer 是一款由 Fish121380 维护的 Windows 桌面 UI 上下文选择插件,基于 MIT 许可,旨在解决 AI Agent 难以准确获取用户当前界面状态的问题。它遵循 DSH “一切皆插件”理念,允许用户通过鼠标直接选择窗口、UI 元素或屏幕区域,随后利用 UI Automation、截图及本地 OCR 技术生成精确的上下文信息。用户确认后,这些信息通过 MCP 协议提供给 OpenAI Codex、DeepSeek Harness 等兼容客户端,支持 `ui_context_pick` 等核心工具。 该插件仅适用于 Windows x64 环

Read More
RelayLoom:为 DSH 提供默认关闭的钉钉 Stream 会话中转

RelayLoom 是一个专为 DeepSeek Harness (DSH) 设计的独立、默认关闭的外部聊天中转插件,旨在通过 DingTalk Stream 协议将 DSH 智能体响应安全地发送给用户。该插件采用 MIT 许可证,要求 Node.js 22.19+ 环境,并与 DingTalk 及 DeepSeek 无官方隶属关系。 其核心功能包括:在异步工作完成前即时发送 ACK,基于 msgId 去重重试,限制内存使用;支持私聊和群聊提及过滤,实施默认的拒绝策略(default-deny)及基于 staff-id 的允许列表,确保会话隔离;提供 `/approve` 和 `/reject

Read More
dsh-usage-cost:DeepSeek Harness 的轻量 API 费用统计插件

`dsh-usage-cost` 是 fflow2023 开发的 DeepSeek Harness 轻量级插件,用于统计 API 费用。它遵循“一切皆插件”理念,通过重放持久会话日志提供只读费用估算,不向模型注入任何内容,对 Token 消耗和 KV Cache 零影响。该插件支持在会话底部显示当前会话费用,并在设置页展示全局累计、高峰/闲时拆分及按模型(V4 Pro/Flash)和会话的统计列表。计费基于 2026-08-17 生效的峰谷价,非计费模型计入 `unpricedTokens`。其实现为纯 JS、零构建、零运行时依赖,Host 侧事件处理复杂度为 O(1)。用户可通过 GitHu

Read More
dsh-line-select:在 DSH Web 中按行选择代码并注入给 agent

dsh-line-select 是 DeepSeek Harness Web 的一款行选区插件,旨在解决 Agent 修改代码时需读取整文件或手工补行号的痛点。该插件在输入框上方提供可视化面板,支持浏览工作区文件、带行号预览代码,并通过点击行号直观选择起始与结束行。选中后,插件将生成如 `@path:start-end` 的引用写入草稿;发送前,Host 端自动展开该引用,将指定行范围的原文注入上下文,使 Agent 无需自行读文件即可精准修改特定代码段。此外,它也支持整文件引用和手动输入引用。安装只需使用 `dsh plugin` 命令添加本地路径并重启 Web 服务,且无第三方运行时依赖。

Read More
dsh-stock-ticker:DSH 页面内的悬浮行情插件

dsh-stock-ticker 是一款 DeepSeek Harness(DSH)插件,旨在解决开发时频繁切换外部行情页的痛点。它在页面右上角提供可拖拽、可收起的半透明悬浮窗,实时显示上证指数、创业板指、科创50及恒生科技的点位与涨跌幅。该插件每5秒自动刷新,背景随主题色变化,采用红涨绿跌标准。它支持通过命令常驻安装以随 DSH 启动自动加载,也可通过动态插件方式临时体验。数据源免费且无需鉴权,通过 Host 侧 curl 抓取纯文本数据。插件遵循 MIT 许可证,依赖特定版本的 cordis、shell 和 UI slots 包,需 Node.js 22.19+或 24.0+环境。由于插件

Read More
TaskSwarm:DeepSeek Harness 上的多智能体任务编排插件

TaskSwarm 是 DeepSeek Harness (DSH) 上的多智能体任务编排插件,旨在自动化处理依赖任务。其核心机制是将任务按依赖关系分层为 Waves,并在同层内通过独立 Lanes 并行执行。每个 Lane 使用 Git Worktree 隔离,合并至 `taskswarm/orch` 集成分支,支持崩溃恢复与语义冲突解决。插件提供 Supervisor 协调、独立 Reviewer 审查及 LLM Merger 合并功能,并通过文件邮箱实现异步通信。内置基于 SSE 的本地 Web Dashboard 实时展示状态。安装需通过 `dsh plugin` 命令添加 npm 包

Read More
dsh-usage-insights:DeepSeek Harness 的本地只读用量面板

dsh-usage-insights 是 DeepSeek Harness 的一个本地只读用量面板插件,旨在解决开发者难以直接核对分散在会话事件中的 Token、请求、Agent 活动及性能数据的问题。该插件不新增模型调用或显示金额,仅读取 DSH 本地会话语料,在“设置 > 工作活动”中提供可筛选、可导出、可核对的统计信息。 其核心功能包括:按 IANA 时区自然日及工作区、服务商、模型进行筛选(工具维度不接受后两者组合);分开展示缓存与非缓存 Token、请求数及性能指标(如 TTFT、输出速度);提供日趋势图及多种维度的分页明细,支持搜索排序和 UTF-8 CSV 导出。当前版本为 0.

Read More
dsh-theme-liquid-glass:为 DSH Web UI 提供 Liquid Glass 主题

`dsh-theme-liquid-glass` 是一个面向 DSH Web UI 的 MIT 许可证主题插件,版本 0.3.1,要求 Node >= 18。该插件旨在通过 Liquid Glass 风格统一定制 Web UI 外观,涵盖背景壁纸、输入卡片、消息气泡、按钮及模型选择器等元素。其核心能力包括使用 CSS 变量实现玻璃参数实时调整、支持 SVG 边缘折射效果、提供多格式(URL、本地图片/视频/HTML)壁纸管理及自定义动画演示。用户可通过设置面板实时调整背景模糊度、亮度等参数,并支持一键禁用或重置为默认状态。安装仅需执行 `dsh plugin --profile web add

Read More
falser101/dsh-mascot:给 DSH Web 加一只可拖动的悬浮伙伴

falser101/dsh-mascot 是 DeepSeek Harness(DSH)Web 的 MIT 许可证插件,旨在解决长任务中会话状态不直观的问题。该插件通过一只可拖动的卡通宠物(猫或狗)实时映射当前会话阶段,如排队、思考、调工具、写答案及出错等状态,并伴随动态文案和表情切换。作为纯前端投影,它不向会话发送事件,仅提供视觉提示。 核心功能包括:支持鼠标拖拽、闲置自动收起及窗口自适应;显示状态气泡,支持自定义文案频率及开启工具名显示;提供并行任务提示,通过右上角数字展示忙碌会话并支持点击跳转;具备“AI 小剧场”功能(默认关闭),可调用模型生成俏皮话。插件支持中英文文案切换,且尊重系统

Read More
dsh-session-cost:在 DSH 会话中显示当前 API 费用

`dsh-session-cost` 是一款专为 DeepSeek Harness(DSH)设计的纯插件,用于实时显示模型调用费用,解决仅依赖账单难以核对单次对话成本的问题。该插件以人民币显示会话累计费用及每条回复的单轮成本,无需配置 API Key 或修改设置,安装重启即可生效。 其核心功能包括区分缓存命中、未命中及输出 token,根据请求时间应用高峰(2 倍)或非高峰价格,并支持从完整日志重新计算旧会话费用。插件内置了 DeepSeek-V4-Flash 和 Pro 的最新人民币单价,确保数据准确且不重复计费。用户可通过 `dsh` CLI 或源码方式便捷安装与卸载。适用场景为 DSH

Read More
dsh-plugin-verified-search:给 DeepSeek Harness 的当前来源检索加上边界

dsh-plugin-verified-search 是 DeepSeek Harness 的一个 MIT 许可插件,旨在将智能体的 `web_search` 能力约束为有边界、可验证的工作流。其核心目标是处理可变事实时,确保来源范围、保留证据、JSON 选择确定性及未解决缺口的可见性,并采用 fail closed 或显式 unresolved 策略,不证明发布者真实性或保证索引最新。 稳定版 v0.1.1 仅提供 `verified_search`,支持对结构化来源主机名进行后置过滤,适用于单一窄可变事实查询。实验快照包含 `verified_research`、`verified_jso

Read More
dsh-pip:把 DeepSeek Harness Web GUI 放进独立窗口

dsh-pip 是一款由 extension-hunter 维护的 DSH 插件,旨在解决本地开发中频繁切换浏览器标签页查看运行状态的问题。它利用 Document Picture-in-Picture 技术,提供一个浮动按钮,允许用户将当前 Web UI 从标签页移至始终置顶的独立窗口,实现边写代码边查看界面的无缝体验。该插件基于 MIT 许可证,安装在 web profile 上,依赖 dsh-host-webserver 服务。 使用流程极简:通过 `dsh plugin --profile web add dsh-pip` 命令一键安装,重启服务后点击“独立窗口”按钮即可分离应用根节点

Read More
dsh-plugin-restart-desktop:在 DSH Desktop 侧边栏添加有序重启按钮

`dsh-plugin-restart-desktop` 是一个行为单一的 DSH Desktop 插件,旨在侧边栏底部注入「重启Desktop」按钮。点击按钮并经二次确认后,通过调用 `desktopActions.requestRestart()` 触发桌面主进程的有序重启,期间显示等待层。该插件支持 DSH 语言系统,可在设置中即时切换中英文文案,但仅适用于 desktop profile;在 headless web profile 下调用会返回失败提示。 安装时需修改 desktop profile 的 `package.json`,将插件路径加入 `dependencies` 和

Read More
dsh-plugin-edit-regenerate:修改历史中的用户消息并重新生成

dsh-plugin-edit-regenerate 是一个 DSH 插件,旨在解决会话中修正已发送用户提示词的需求。它允许用户编辑历史消息,并基于修改后的内容重新生成回复,而无需新建会话。该插件采用 fork 机制,确保原会话保持不变,非首条消息的修改会分叉出新的子会话,首条消息修改则创建新会话。 核心功能包括在用户消息下提供“✎ Edit”入口,保留原有的“⧉ 复制”动作,并注册 Cordis 服务。需注意,附件在编辑后会被丢弃,仅以纯文本重发。安装时需根据 DSH Desktop 或 Web 环境选择对应的 profile,通过命令或手动配置依赖进行安装,安装或更新后必须重启 DSH 生

Read More
dsh-context-proxy:为 DeepSeek Harness 提供按需上下文检索

dsh-context-proxy 是 DeepSeek Harness (DSH) 的轻量级上下文检索插件,旨在解决模型按需读取已持久化会话历史的需求,避免加载完整上下文。该插件提供三个核心工具:context_query 用于按字段查找匹配项;context_slice 用于读取单个事件及其有限的前后窗口;context_grep 用于文本检索,支持返回可定位的引用(如 session:<seq> 或 path:line)。 用户可通过 dsh plugin 命令从 GitHub 或本地路径安装并启用该插件。其依赖机制明确区分可选与硬依赖,若缺少后端服务会快速返回错误而非阻塞。contex

Read More
dsh-tailscale-console:DSH Web 的 Tailscale 远程访问运营面板

dsh-tailscale-console 是 DSH 的一个插件,专为通过 Tailscale 远程访问 DSH Web 界面提供集中化的运维面板,旨在解决入口检查、代理配置及中继授权分散导致的连接问题。该插件主要包含七大功能:设备在线状态监控与提醒、一键健康检查(涵盖 HTTPS 入口、API 会话等)、Tailscale Serve 状态管理、macOS 系统代理绕过配置(针对 *.ts.net 和 100.64.0.0/10)、中继服务器状态与 Peer Relay 启用验证、远程及本地访问 URL 展示,以及自动生成中继 ACL JSON 片段。 启用该插件需满足 DSH 版本不低于

Read More
dsh-mermaid-zoom:为 DSH Web GUI 的 Mermaid 图增加缩放、平移与复制

dsh-mermaid-zoom 是一款由 evanfang0054 开发、采用 MIT 许可证的 DSH 插件,专为 DSH Web GUI 中的 Mermaid 图提供浏览器端交互增强。该插件无需依赖宿主服务,主要功能包括支持 Ctrl/Cmd+滚轮缩放(范围 0.4x–10x)、拖拽平移、双击或工具栏按钮重置视图,以及将图表导出为 2x 白底 PNG 图片。导出时优先使用剪贴板,失败则自动下载。插件利用 MutationObserver 自动接管流式渲染完成的图表。安装方式包括使用 `dsh plugin` 命令一键添加,或手动将包安装至 profile 目录并配置 `cordis.pa

Read More
dsh-ui-three-body:为 DSH 注入「开智」内核的插件

dsh-ui-three-body 是 DSH 的一个插件,旨在通过注入“开智”内核提升智能体的需求理解、方案呈现及交付验收能力,同时优化 Token 成本。该插件核心功能包括基于第一性原理的“智子五策”工作流、S/M/L 规模路由机制、包含真验证环与可执行断言的质量闸,以及 UI 交付前置定版功能。此外,它提供具备动态皮肤、鼠标跟随等交互效果的悬浮智子组件。 安装需 Node 环境>=22,先安装 DSH CLI,再通过 npm、GitHub 或本地路径添加插件,支持 pnpm workspace 管理。安装后重启 dsh web,在“设置 → 三体”中配置 AI 模式(作为 Token 总

Read More
dsh-usage-lite:DeepSeek Harness Web 的余额与 Token 用量面板

dsh-usage-lite 是一款面向 DeepSeek Harness Web 界面的轻量级插件,由 ericw0315 维护,采用 MIT 许可证。它旨在解决 DSH Web 中余额和本地 Token 用量分散的问题,通过侧边栏面板集中展示 DeepSeek 余额、供应商账户信息及近半年的本地用量。核心功能包括自动发现已配置的模型供应商、查询 DeepSeek 当前及赠送/充值额度、汇总输入输出及缓存 Token、按模型展示估算开销、提供近 27 周每日用量热力图,并支持中英文界面切换。用户需通过 `dsh plugin` 命令安装并重启服务,需在凭据文件中配置 API Key 以启用余

Read More
dsh-update-radar:检查已装 link: 插件是否有上游更新

dsh-update-radar 是一款遵循 DeepSeek Harness “一切皆插件”理念的 MIT 许可证工具,由 Equinox7379 维护。该插件用于只读检查配置中多个 `link:` 本地插件目录是否落后于上游版本。其核心机制是读取 profile 中的依赖路径,对包含 `.git` 的目录执行 `git rev-parse` 和 `git ls-remote` 命令,对比本地与远程 HEAD 哈希值。工具提供无参数的 `update_radar` 接口,生成包含 `checked`、`behind`(落后版本)和 `upToDate`(最新状态)的 JSON 报告。该过程完

Read More
dsh-skill-search:零预加载的 DeepSeek Harness 技能搜索插件

dsh-skill-search 是 DeepSeek Harness (DSH) 插件,旨在解决技能库扩大后启动时预加载所有技能元数据导致上下文成本高昂的问题。该插件采用“零预加载、按需搜索”策略,启动时不注入技能名称与描述,从而降低固定开销。当模型需要时,通过 `skill_search` 工具使用关键词在磁盘上搜索 SKILL.md 文件,匹配范围包括目录名、Frontmatter 信息及正文开头。命中后,仅读取对应文件全文并执行,使上下文成本仅取决于实际命中的内容。插件具有纯只读、零运行时依赖、无 HTTP 路由等特性,若 rg 不可用则自动降级为 Node 遍历。用户可通过配置文件指

Read More
dsh-daily-brief:DeepSeek Harness 日报统计插件

dsh-daily-brief 是专为 DeepSeek Harness (DSH) 开发的只读统计插件,旨在解决多 live 会话场景下快速汇总工作量的需求。该插件提供 `daily_brief` 工具,支持统计最近 N 天(默认1天)内的回合数、用户消息、助手回复及工具调用总量。它支持通过可选的 `sessionId` 参数限定统计范围至单个会话,或默认进行跨会话汇总。插件采用零运行时依赖设计,仅遍历内存中的会话事件数组,不读取磁盘或改写数据,确保安全性;在遇到服务缺失或会话异常时返回空结果而不抛错。其核心优势在于轻量、安全且易于集成,适合需要为 dsh web 增加日报统计入口的用户。安

Read More
dsh-web-network-optimizer:DSH 网页端网络优化与连接守护

dsh-web-network-optimizer 是 DSH 的一个 MIT 许可插件,旨在解决网页端因网络波动、缓存策略及生命周期问题导致的断连无感知和重复传输痛点。其核心功能包括连接守护、响应压缩及智能浏览器缓存策略。连接守护通过心跳探测和状态指示圆点(绿/灰/红)实时监控连接,支持自动重连与手动强制重连;响应压缩优先使用 Brotli,以 Gzip 兜底;缓存策略针对静态资源使用不可变缓存,对插件代码采用 No-cache 加 ETag 机制,以平衡加载速度与更新及时性。插件还提供流量账本面板,展示各插件的流量、压缩节省及缓存命中情况,并具备缓存自检指引以辅助清理异常缓存。安装后可在

Read More
dsh-quote-temp-ask:DSH web UI 的引用、临时对话与网页追问

dsh-quote-temp-ask 是 DSH web UI 的一个社区插件,旨在优化会话中的上下文处理与快速问答。它提供三个核心功能:引用、临时对话和去网页问。引用功能允许将选中文本标记插入输入框,发送时自动展开为引用块,但受限于当前会话内存,刷新或切换会话可能丢失映射。临时对话在页面右侧开启独立面板,通过轮询获取流式回复,支持 Markdown 渲染及上下文清理,适合处理不依赖完整上下文的问题。去网页问则通过 Popup 窗口打开 chat.deepseek.com 并预填问题,以规避 iframe 嵌入限制。该插件需 Node >=22.15,依赖 React 18.2.0 及 DSH

Read More
dsh-plugin-mm-vision:给纯文本 LLM 增加结构化看图能力

dsh-plugin-mm-vision 是一款 DeepSeek Harness (DSH) 插件,旨在为纯文本 LLM 提供图片理解能力。该插件注册 `mm_vision` 工具,调用外部视觉模型将图片转化为包含精确百分比坐标的结构化空间文字描述,使文本模型无需直接处理图像即可分析空间关系。 核心功能包括“通感编码”,适用于 K 线图、UI 截图及自然照片等;支持像素级坐标定位和可选的 40×30 像素色块网格重建;具备自动模式,能根据图表或自然图特征自适应调整输出细节。插件支持配置任意 OpenAI 兼容视觉模型,并提供 TTL 缓存机制以提升响应速度。 安装需 DSH 环境及 Node

Read More
coloured-favicon:DSH Web 的彩色小鲸鱼 favicon 插件

coloured-favicon 是由 Elipese568 维护的 DSH Web 纯客户端 Cordis 插件,版本 2.0.0,遵循 MIT 许可。该插件无运行时依赖且无需构建,核心功能是将页面 favicon 替换为彩虹色相循环并旋转的流动渐变效果,同时对页面内的鲸鱼图标、“deepseek”文字、标题及徽章进行同步彩色化。插件支持动态形态与 bundle 形态两种部署方式:动态形态通过会话内执行 `cordis_define` 和 `cordis_run` 激活,适合个人开发验证,提供实时调色及暂停功能;bundle 形态需通过 `npx` 添加 tgz 包并启动,适合分发部署,注意

Read More
dsh-git-rescue:DSH 救援恢复插件

dsh-git-rescue 是 EIGHTfs 维护的 DSH 救援恢复插件(MIT 协议,版本 2.5.0),旨在解决 DSH 配置损坏、会话丢失及崩溃后无法回退等问题。其核心架构包括:1. **本地版本管理**:将 `.dsh` 纳入 Git 管理,通过自动提交记录状态,严格排除凭据和大文件;2. **远端备份**:支持 GitHub Token 或 SSH 密钥双方案,自动处理仓库命名兼容性及本地 Token 权限保护;3. **守护进程**:独立 Guardian 进程负责探活、OOM 防护及崩溃检测,支持开机自启,并通过 LLM 辅助诊断;4. **恢复机制**:提供故障分类、Gi

Read More
dsh-unarchive:在 DeepSeek Harness 中恢复已归档会话

dsh-unarchive 是 DeepSeek Harness 的一个 MIT 许可插件,用于恢复已归档的会话,而无需删除数据或手动修改存储。它提供两个入口:`/unarchive` 命令和 `unarchive_session` 智能体工具。用户可通过 `/unarchive` 列出归档会话,或使用 `/unarchive <sessionId>` 恢复指定会话;智能体也可调用工具完成相同操作。恢复后,会话将重新出现在工作区,支持实时 GUI 更新且重启后保持有效,但不涉及会话日志或工作区计数槽位的变更。插件优先调用核心 API,若不可用则直接修改归档集合并声明 bundle 补丁以自动集

Read More
dsh-crew:在 dsh Web UI 中并排运行 Claude Code 和 Codex 终端窗格

`dsh-crew` 是 `dshworks` 发布的一款 MIT 许可 DSH 插件,旨在将 Claude Code 和 Codex 作为实时终端窗格集成到 DSH Web UI 中,实现人机分屏协作。它允许用户在真实 PTY 环境中直观监控 AI 执行过程,并支持随时输入、中断或广播消息。该插件为 DSH agent 提供了 `crew_list`、`crew_seat`、`crew_send`、`crew_peek` 和 `crew_dismiss` 等工具,使智能体能够管理成员入座、发送任务、读取当前屏幕内容及关闭进程。`crew_send` 功能会等待屏幕稳定后仅返回新增内容,支持后

Read More
dshhub-market:DeepSeek Harness 口令插件市场客户端

dshhub-market是DeepSeek Harness(DSH)的口令插件市场客户端,由dshhub-co维护,用于通过口令解锁、安装及管理DSH插件。其核心功能包括基于口令的插件安装、主题皮肤支持、插件更新与卸载、热启用/禁用、备份恢复、诊断、加载顺序管理、AI修复提示及脱敏日志导出。使用前需确保DSH版本不低于0.1.0-rc.6,可通过dshhub.co脚本、固定链接或GitHub安装。典型用法是在设置中打开插件市场,输入演示口令即可解锁皮肤插件。安全方面,插件以当前进程权限运行,安装源限制为DSHHub.co允许列表,构建脚本默认阻止,且日志全程脱敏。该应用是dsh-market

Read More
dsh-session-search-toggle:给 DSH web 侧边栏加会话内容检索

dsh-session-search-toggle 是一款由 drscrewdriver 维护的 MIT 许可插件,旨在增强 DeepSeek Harness (DSH) web 侧边栏的会话检索能力。该插件在不修改官方源码的前提下,利用 DSH 现有的 sessionQuery 服务,提供标题搜索与内容搜索双模式。标题模式支持按标题或目录即时过滤;内容模式复用 FTS5 全文索引,搜索消息正文,并支持按“全部、用户、回复、工具”进行筛选。搜索结果按会话聚合,展示最强命中片段,点击即可定位至上下文。插件会自动检测全文索引状态,若未开启则提供配置指引(需配置 session-query-sqli

Read More
dsh-mcp-center:在 DeepSeek Harness 的 Settings 里接入 MCP 服务器

`dsh-mcp-center` 是面向 DeepSeek Harness `web` profile 的插件,用于在设置页中注册和管理 MCP 服务器。它支持 Streamable HTTP 远程端点及本地 stdio 服务器,内置 MCP 客户端传输,无需外部 SDK。用户可在 `Settings → MCP Center` 页面配置服务器信息,包括 HTTP 认证模式(无、Bearer token、自定义头)或 stdio 参数(命令、环境变量等)。保存配置后立即连接,工具将以 `mcp__<name>__<tool>` 形式供模型调用。配置保存在本地 `~/.dsh/mcp-cente

Read More
dsh-friendly-steps:把 DSH Web GUI 的技术过程折成一条摘要

DSH 社区插件 `dsh-friendly-steps`(MIT 许可,由 dongwenxiu83-web 维护)旨在优化 DSH Web GUI 的阅读体验。该插件针对会话消息流中干扰正文阅读的 Think、工具调用、重试及压缩等技术过程行,采用纯 CSS 折叠方案,并避免向 React 列表注入节点或争抢 DOM,确保低侵入性。 其核心功能包括:通过右下角浮条实时摘要显示处理状态(如完成步数、错误数或运行中进度),支持点击浮条切换全部展开与收起,并提供 `minimal`、`brief`、`off` 三种模式。插件具备 fail-open 机制,若 DSH 官方 DOM 契约变化,将自

Read More
dsh-plugin-approval-alert:DeepSeek Harness 审批提醒插件

dsh-plugin-approval-alert 是 DeepSeek Harness 的审批提醒插件,旨在解决用户浏览器不在前台时易错过审批或方案选择提示的问题。该纯浏览器端插件注册在 shell.overlay 插槽,不干扰审批流水线。当 Harness 触发审批、方案选择、ask_user_question 或方案审阅时,插件通过 Web Notifications API 弹出系统级通知,显示对应工作区名称,并播放双音提示音。通知支持简中、繁中及英文,点击可自动跳转至浏览器对应会话。插件兼容 Windows、Linux 及 macOS,需浏览器支持相关 API 并允许通知权限。安装命

Read More
dsh-plugin-quota-monitor:在 DSH 侧边栏查看额度与余额

dsh-plugin-quota-monitor 是 DSH(DeepSeek Harness)的一个 MIT 许可插件,旨在解决额度信息分散问题,将 DeepSeek 余额、OpenCode Go 额度及国家超算中心 scnet Credits 统一展示在侧边栏底部。 核心功能包括:实时读取 DeepSeek 官方接口显示剩余金额;将 OpenCode Go 的月、周、5 小时额度映射为 HP/MP/SP 状态条;基于 DSH 本地会话日志估算 scnet 本月 Credits 消耗(因 scnet 无公开 API)。插件支持 60 秒自动轮询,数据源可设为自动识别或手动指定。 设置页提供数

Read More
DoggyHU/dsh-daily-sticky:DeepSeek Harness (DSH) 的每日语音便签插件

`dsh-daily-sticky` 是 DoggyHU 开发的 DeepSeek Harness (DSH) Web 插件,旨在解决对话中临时事项难以管理和统计的问题。它在 DSH 界面右上角提供可拖拽的每日便签面板,支持手动录入、多行粘贴批量添加,或利用当前模型从口语化内容及语音转文字中智能抽取任务。用户可在对话中通过指令直接让 AI 写入便签。该插件具备未完成事项自动顺延功能,标注“昨天”、“前天”等来源,并提供纯本地计算的周/月任务统计及环比数据,所有数据以 JSON 格式按日落盘至 `~/.dsh/dsh-daily-sticky/` 目录,确保重启不丢失。安装支持 Git 源或 T

Read More
@dingtalk-real-ai/dsh-dingtalk:把本地 DeepSeek Harness 接入钉钉

`@dingtalk-real-ai/dsh-dingtalk` 是 DeepSeek Harness (DSH) 的钉钉连接器插件,旨在将本地 DSH 智能体接入钉钉。它采用 Stream 连接技术,无需公网入站端点,同时确保二维码、Client Secret 等敏感凭据仅通过独立终端处理,避免进入机器可读输出或 Checkpoint。插件支持 `plan`、`apply`、`resume` 等命令,Checkpoint 权限限制为 0600 且严禁存储机密字段。安装时需固定版本号,通过 JSON 模式生成并应用配置计划,敏感步骤需手动在交互终端完成 Resume 操作。该插件要求 Node

Read More
dsh-better-input:为 DeepSeek Harness 增加语音输入、AI 润色与文件转 Markdown

dsh-better-input 是面向 DeepSeek Harness (DSH) Web UI 的输入增强插件,由 DIAG5 维护,采用 MIT 许可证。该插件旨在优化长提示词、本地文档及口述内容的输入路径,主要功能包括: 1. **语音输入**:基于 Web Speech API 本地识别,无需 API Key,实时流式转写,支持自定义录音时长。 2. **AI 润色与优化**:复用 DSH 已配置模型,自动清理语音识别错误、去口头禅,并对提示词进行精准化优化,支持原文对比与撤销。 3. **提示词模板**:模板存储在本地,输入 `/` 即可快速插入,确保数据隐私。 4. **文件处

Read More
dsh-theme-mineradio:DeepSeek Harness web UI 的 Mineradio 玻璃主题

dsh-theme-mineradio 是一款由 dhicoc 维护的 DSH Web UI 主题插件,采用 MIT 许可证,旨在将 DeepSeek Harness 界面转换为 Mineradio 玻璃拟态风格,支持快速切换与回退。该插件提供 Mica 浮动卡片和 Compatibility 兼容两种模式,前者可调节模糊度与磨砂效果,后者保留原有布局仅更换材质。功能上支持自由背景(含流体板或自定义壁纸)、氛围装饰(粒子、星粒等)及指针跟随光晕交互,并内置多种视觉场景与性能预设。安装可通过 DSH 插件市场、npm 命令或 Windows 脚本完成,建议使用 npm 包名安装以兼容更新机制,避

Read More
dsh-codex-web-search-mcp:把 codex-web-search-mcp 接入 DeepSeek Harness 的联网插件

`dhicoc/dsh-codex-web-search-mcp` 是一个为 DeepSeek Harness (dsh) 增加联网搜索与深度研究能力的一键插件。该插件将模型无关的 `codex-web-search-mcp` 注册为 dsh 工具,简化了手动配置流程。安装后,dsh web 会话中提供三个核心工具:单步搜索 (`codex_web_search`)、多步深度研究 (`codex_web_research`) 及正文抓取 (`web_fetch`)。这些工具通过 Codex 独立端点运行,无需特定模型厂商支持,且缺乏有效凭证时会返回清晰的中文报错。用户可通过 npm 命令快速安

Read More
dsh-explorer-plugin:在 DSH Web GUI 中加入 workspace 文件浏览器与 Monaco 编辑器

dsh-explorer-plugin 是一个为 DeepSeek Harness (DSH) Web GUI 开发的插件,旨在让用户无需切换至外部编辑器即可在侧边栏直接管理会话 workspace 中的文件。该插件提供文件树浏览功能,支持文件的创建、重命名、移动及删除等操作,并集成 Monaco 编辑器,支持多标签、撤销重做、语法高亮(基于 VS Code TextMate 语法支持 28 种语言)及外部冲突检测。 在功能上,插件通过 SSE 实时监听代理的文件变化,自动更新文件树;提供“分析”和“修复”快捷操作,可在用户确认后向代理发送指令。安全性方面,所有操作严格限制在会话 worksp

Read More
dsh-session-import:跨工具会话迁移插件

`dsh-session-import` 是由 devmom 维护、采用 MIT 许可的 DeepSeek Harness (dsh) 插件,旨在解决多智能体工具会话分散的问题,实现跨平台会话的统一迁移。该插件支持从 ChatGPT、Claude Code、Cursor 等 15 种以上工具导入会话,将其转化为原生 dsh 日志并持久化,确保在 Web UI 中可原样渲染及续聊。同时具备双向导出能力,支持将 dsh 会话导出为 JSON、Markdown 等通用格式。 插件提供隐私脱敏检测(如 API Key、身份证等)及知识抽取功能,可将关键信息沉淀至本地记忆。交互入口丰富,包括 Web 导

Read More
dsh-pseudo-vision:给 DeepSeek Harness 的 text-only provider 补本地视觉证据

dsh-pseudo-vision 是一款为 DeepSeek Harness(DSH)纯文本模型提供本地视觉能力的插件。它通过将图片附件转换为 OCR 文字、颜色统计、像素扫描及元信息,使不支持图像输入的 provider 能基于这些“证据”处理视觉内容,全程本地运行,无外部 API 依赖。插件支持为指定或所有 provider 生成兄弟路由,并具备轮次分层证据管理和请求限额保护机制。安装需 Node.js >=22.19 和 pnpm,支持 GitHub 或本地路径部署,配置灵活,适合希望在不引入外部视觉服务的前提下增强 DSH 多模态处理能力的开发者。

Read More
dsh-wallpaper-skin:给 dsh Web 换一张图片/视频壁纸

dsh-wallpaper-skin 是由 ddbj-hub 开发的 DeepSeek Harness (dsh) 持久化插件,旨在为 Web 界面提供自定义壁纸背景。该插件支持静态图片(jpg/png/webp)和静音循环视频(mp4/webm),通过将应用背景替换为用户指定的本地文件,并采用半透明面板设计以减少对界面的遮挡。它基于 Cordis 插件架构和 Webserver 路由实现,安装一次后持续生效,兼容深色/浅色模式。 用户可通过 `dsh plugin` 命令、手动配置 `cordis.patch.yml` 或本地文件依赖等方式安装。配置路径需在设置页填入壁纸文件的绝对路径,修改

Read More
@danglong0313/dsh-history-sync:将 Codex 与 Claude Code 历史只读镜像到 DSH

`@danglong0313/dsh-history-sync` 是一个基于 MIT 许可证的 DSH 社区插件,用于将本机 Codex 与 Claude Code 的历史对话以只读、单向镜像的方式导入 DeepSeek Harness。该插件严格界定为历史镜像工具,不具备双向同步、写回来源或恢复上游模型、工具及运行状态的能力。 其核心特性包括:默认采用保守策略,启用预览模式且不自动同步,仅扫描最近 30 天数据;自动按原工作目录创建或复用 Workspace 进行分组显示;利用内容指纹和追加水位处理重复同步及增量更新;并过滤系统指令、工具调用等非真实聊天内容。安装后需通过 DSH 界面配置,

Read More
suanzhang-dsh:把 DeepSeek Harness 的余额与步骤费用放进界面

suanzhang-dsh 是一个用于 DeepSeek Harness (dsh) 的本地计费插件,旨在解决用户直观查看调用成本和余额的需求。该插件不调用模型,仅通过读取本地会话日志计算费用,并在 web 界面侧边栏常驻显示当前余额和今日消费。其核心功能包括:按步骤详细列出费用明细,支持按模型、工具、天数及会话进行成本可视化汇总与预测;自动同步官方价格,失败时回退至内置价,支持 DeepSeek V4-Flash/Pro(含峰谷计价)及 deepseek-chat/reasoner,其他模型标记为未计价。用户点击费用行可跳转至对应轨迹步骤。安装需 Node v22+,支持从 GitHub 安

Read More
dsh-subagent-model-router:为 DeepSeek Harness 子代理提供可选模型与路由配置

`dsh-subagent-model-router` 是一个为 DeepSeek Harness (DSH) 设计的插件,旨在统一管理子代理的模型路由、委派及后台结果汇合。该插件解决了不同任务(如检索、推理、审查)对模型能力要求不同导致的配置分散问题。核心功能包括:`subagent_model` 工具限制模型选择为已配置别名;`wait-for-subagents` 工具用于等待后台子代理终态结果;通过系统提示嵌入模型标签与路由说明以辅助编排器决策;提供只读模型目录视图及命名空间作用域的配置工具。此外,它支持 Web 设置页手动管理路由,并在 `~/.dsh/settings.yaml`

Read More
dsh-ssh-tui:给跳板机与远程 SSH 用的 DeepSeek Harness 终端

`dsh-ssh-tui` 是一款专为跳板机、无桌面服务器及高延迟 SSH 场景设计的 DeepSeek Harness 纯终端插件。它无需浏览器或鼠标,仅需支持 ANSI 的终端即可运行,旨在解决远程开发中界面交互受限的问题。该插件核心功能包括折叠式模型思考流展示、工作区 Markdown 渲染、提示词注入卡片、可视化的工具调用状态(如 Git 风格 diff)、会话历史恢复以及子代理进度监控。用户可通过 PgUp/PgDn 回看转录区,并支持审批、计划模式等交互。 使用环境要求 Node.js ≥ 22.19、DSH CLI 及 pnpm。安装需执行 `dsh plugin --profi

Read More
dsh-quota-dashboard:会话费用统计与统一额度看板

dsh-quota-dashboard 是 DSH 的一款 MIT 许可插件,旨在将分散的会话费用与多平台额度集中展示于统一 Web 看板。其核心功能包括会话费用统计和统一额度监控。前者支持展示输入、缓存、输出 Token 及费用,提供当日预算、余额、26 周用量热图及峰谷计价,支持中英双语;后者集成 DeepSeek、OpenCode GO、Kimi For Coding、GLM Coding Plan 及火山方舟五大 Provider,支持并行查询、自动刷新及进度倒计时。插件需通过本地源码安装并重启 dsh web 生效,配置存储于 DSH_HOME,凭证优先从凭据库解析。安全方面,凭证仅

Read More
dsh-file-explorer:为 DSH Web profile 增加文件浏览、预览与编辑

dsh-file-explorer 是 cxzrdxy 维护的 MIT 许可插件,旨在为 DeepSeek Harness(DSH)的纯文本 Agent 提供内置文件浏览器。该插件在 DSH Web 界面中增加「预览/编辑」页签及右下角文件树,实现工作区文件的查看、编辑与路径引用无需离开对话界面。核心功能包括:实时同步当前工作区的目录树;支持文本(上限 512KB)和图片(上限 8MB)的预览与编辑,具备标准快捷键支持;可将文件树节点拖入消息框以自动插入路径;支持文件的新建与递归删除。插件包含严格的安全限制,如同源校验、路径规范化、拒绝重名覆盖及禁止删除根路径等。安装需使用 pnpm 和本地路

Read More
dsh-quiz:把 DSH 对话回答变成可作答题库

dsh-quiz 是面向 DeepSeek Harness (DSH) Web UI 的对话式题库插件,由 cungphammanh590-star 维护,采用 MIT 许可证。它解决 AI 回答缺乏即时检验手段的问题,允许用户在不离开当前会话的情况下,将已完成的 AI 回答转换为单选题、多选题或判断题。核心功能包括在 AI 回答下方提供“出题”按钮,支持在右侧抽屉后台生成题目,用户可即时作答、查看解析,并选择性将题目保存至个人题库或加入复习列表。插件提供自然语言调用的模型工具(如 quiz_create_draft、quiz_answer 等),并支持关键词搜索、筛选及历史统计。安装需基于

Read More
dsh-hotkeys:DeepSeek Harness 浏览器端快捷键增强插件

dsh-hotkeys 是一款由 cteni 维护的 DeepSeek Harness(DSH)浏览器端快捷键增强插件,采用 MIT 协议。该插件旨在解决 DSH web 端消息发送、输入换行及提问卡答案提交依赖默认键盘行为的问题,允许用户自定义 `send`、`newline` 和 `customAnswerSubmit` 三个动作的热键。它支持录制切换,配置保存在浏览器 localStorage 中,无需后端支持。用户可通过 `/hotkeys` 菜单或 API 查看绑定,并能将提交键设为 `Ctrl+Enter` 等组合键以避免误触。安装方式包括使用 `dsh plugin` 命令、手动

Read More
dsh-a-stock-select:A股选股与持仓诊断 DSH 插件

dsh-a-stock-select 是一款基于 a-stock-data 开发的 DSH 技能插件,专为 A 股选股与持仓诊断设计。该插件将 a-stock-data V3.6.1 的 47 个数据端点内嵌合并,集成四大策略筛选逻辑(超短线、短线、中线、长线)、持仓诊断流程及强制风控纪律,形成零外部依赖、开箱即用的自包含技能。其核心功能包括“取数→筛选→输出”的标准化选股流水线,以及包含 7 步数据核查、给出持有/减仓/清仓结论及关键价位的持仓诊断。插件内置强制止损纪律,排除 ST 及风险标的,并每次输出均附带风险提示与免责声明。安装需 Node.js >=18 及 dsh 环境,通过 `d

Read More
dsh-skill-remote:DeepSeek Harness 的远程 skills.sh / GitHub 技能插件

dsh-skill-remote 是一款 MIT 许可的 DeepSeek Harness 插件,旨在从 skills.sh 或公共 GitHub 仓库发现并安装远程技能包。该插件将远程候选技能与本地技能统一展示,并通过 install_skill 工具在模型确认后,将技能原子化下载至本地目录,由 DSH 内置文件系统接管,无需重启。插件默认零网络请求,仅在配置远程源或发起安装时进行通信,支持三类标准 URL 格式。安装要求 DSH next 线版本,可通过 npm 或源码添加,源码安装需配置构建许可。安全方面,插件内置单文件 1MiB、总量 8MiB、文件数 64 等限制,并执行原子化安装与

Read More
cslht11/dsh-ssh-remote:DSH 的 SSH 远程工作区插件

`cslht11/dsh-ssh-remote` 是 DeepSeek Harness (DSH) 的 SSH 远程工作区插件,基于 `flymysql/dsh-remote` 改造(v0.6.0,MIT 许可)。该插件解决了在 Agent 中处理多台远程服务器文件需手动切换 SSH 连接的痛点,支持多机并行注册、独立连接池及当前机切换。 核心功能包括: 1. **多机管理**:支持任意多台服务器注册,配置主机、端口及密码或密钥,配置保存于本地 JSON 文件。 2. **远程工作区**:为每台机器指定远程目录,并提供双向 SFTP 同步机制(`rw_sync` 拉取、`rw_push` 推送

Read More
dsh-workspace-only-plugin:为 DSH 增加 Workspace Only 文件访问开关

`dsh-workspace-only-plugin` 是 DeepSeek Harness(DSH)的一款 MIT 许可插件,用于在任意沙箱模式下将工作区外的文件访问统一收口至用户确认。该插件通过词法扫描捕获 `read`、`write`、`edit`、`bash` 等工具调用中的越界路径及内嵌绝对路径,一旦检测到访问工作目录以外的文件,即派发 `approval/request` 请求。用户批准后放行本次调用,拒绝则中断。此机制甚至能覆盖 `danger-full-access` 模式,确保即使审批策略为 `never` 也会强制弹窗。插件支持全局持久化开关,并与 `dsh-auto-mo

Read More
dsh-codex-keychain:面向 DeepSeek Harness 的非官方 ChatGPT OAuth 提供者

dsh-codex-keychain 是一个非官方 DSH 插件,旨在解决在 DeepSeek Harness 中接入 OpenAI Codex 模型时的安全认证问题。该插件由 CpfPatrick 维护,基于 MIT 许可证,当前为 0.1.0-alpha.1 开发者预览版,专门适配 DSH 0.1.0-rc.6 版本。 其核心功能是为 DSH 添加 `openai-codex` 模型路由,并强制将完整的 OAuth 凭据保存在操作系统的原生凭据存储中(如 macOS Keychain、Windows Credential Manager 或 Linux Secret Service),严禁

Read More
dsh-write-gate:DeepSeek Harness 的工具调用前写门控插件

dsh-write-gate是面向AI编程代理的DeepSeek Harness(DSH)插件,旨在解决仅靠提示词或文本过滤缺乏可审计策略检查的问题。该插件在工具调用执行前进行两级策略检查:第一级为确定性结构检查,通过路径通配符、命令正则等限制明确约束;第二级为语义LLM判断,处理如“不修改无关文件”等自然语言承诺。 操作者通过YAML文件定义策略(commitments),配置默认失败模式(默认为closed,即fail-closed)及每步Judge预算。插件具备严格的安全设计:当Judge不可用或超时时,阻塞严重级别的调用;防止提示注入;且若策略文件缺失或无效,部署将直接失败而非静默跳过

Read More
@zerorigin-studio/dsh-deepseek-chat:在 DeepSeek Harness 侧边栏打开网页对话

DSH 插件 `@zerorigin-studio/dsh-deepseek-chat` (v0.3.3, MIT) 旨在为 DeepSeek Harness 界面提供便捷的 DeepSeek 网页对话入口。该插件在侧边栏“新对话”按钮下方添加“网页对话”入口,点击后直接打开 `chat.deepseek.com`,无需手动切换浏览器或替换主窗口。其核心功能包括:在支持 Wails v3 的 `dsh-desktop` 环境下,通过本地桥接 API 打开独立聊天子窗口,避免主窗口被导航霸占;在无桌面宿主(如纯浏览器)时,自动降级为当前 webview 内跳转。此外,插件兼容 `dsh-desk

Read More
Codingendless/dsh-prevent-scd:DSH 防猝死小卫士

`dsh-prevent-scd` 是一款面向 DeepSeek Harness (DSH) Web UI 的本地化插件,旨在防止用户因深夜工作或连续长时间编码、调试而过度疲劳。该插件通过监听真实用户消息,检测深夜窗口(如 23:00-06:00)或连续工作超过设定阈值(如 120 分钟)的行为,并在浏览器端以护士猫形象展示状态条、弹窗及全屏阻塞提醒,强制用户休息。 插件核心特点包括:完全离线运行,无外部网络调用;支持通过 `cordis.patch.yml` 配置工作时长、闲置时间及深夜时段等参数;状态持久化至本地文件,重启服务后依然有效;提供 HTTP 接口供轮询状态或进行“休息”/“稍后

Read More
dsh-yunoseek-skin:为 DeepSeek Harness Web GUI 增加 Yunoseek 粉色主题

dsh-yunoseek-skin 是 DeepSeek Harness 的 web GUI 插件,由 clclyzyzybzjsq 维护,版本 0.2.0,MIT 许可,要求 Node.js 22+。该插件旨在将 DSH 浏览器端视觉改为 yunoseek 聊天界面的粉色风格,同时覆盖系统提示装配。 核心功能包括:1)粉色主题层,覆盖语义及静态 token,支持明暗模式自动切换;2)视觉强化,重新上色 Hero 光效并在助手行添加头像(依赖稳定 UI 选择器);3)品牌位显示,在非官方构建中展示 yunoseek Logo 及欢迎图,官方构建则保留原品牌;4)身份提示注入,默认开启且全局生效

Read More
dsh-airp:DeepSeek Harness 上的 AIRP 世界包引擎

dsh-airp 是部署于 DeepSeek Harness (DSH) 的 AIRP 引擎插件,采用 MIT 许可证。其核心架构包含深模块 WorldKernel 和浅 Host 适配器,将“世界包”视为目录数据而非代码,引擎通过校验目录中的 pack.yaml 文件来识别合法包。主要功能涵盖 WorldKernel 的鉴定、叙事与检索,以及 Pack 的加载、校验和目录管理。可选的 airpStage 功能可将本地图片转换为同源 HTTP URL 嵌入对白。安装时,需通过 dsh plugin 命令将其添加至 web profile,并复制 airp-play 和 airp-author

Read More
dsh-skill-manager:DeepSeek Harness Skill 管理插件

dsh-skill-manager 是面向 DeepSeek Harness 的 Skill 管理插件,用于集中管理 skill 的可见性与加载策略。核心功能包括:在新对话前通过界面选择会话加载的 skill;在设置中全局启用或禁用任意 skill(禁用时从会话目录及工具中隐藏,不删除文件);按工作区配置新对话的默认 skill 集合(全可用或指定列表);在对话中通过头部按钮实时调整当前会话的 skill 配置;以及永久删除用户创建的 skill(仅限 `~/.dsh/skills` 和 `~/.agents/skills` 路径,不支持项目级或内置 skill)。插件支持从 SKILL.md

Read More
cking000bigdemon/dsh-toolbelt:待核实的 DSH 插件仓库

DSH 生态采用“一切皆插件”模式扩展能力,其社区目录为独立站点,与 DeepSeek/幻方无官方从属关系。本文针对 `cking000bigdemon/dsh-toolbelt` 仓库进行整理,仅确认了仓库名称及 GitHub 地址。由于 GitHub README 抓取失败,目前无法核实该仓库的安装命令、具体功能、许可证、星标数及维护者信息,因此文中未补充任何未经验证的内容。 鉴于资料缺失,本文不列出具体功能点、使用效果或依赖关系,也不提供推测的安装步骤。建议在核实完源码、依赖和许可证之前,将该仓库视为待评估对象。考虑到 DSH 插件以当前进程权限运行,若仓库未明确说明权限范围和用途,不建

Read More
dsh-plugin-midscene:为 DeepSeek Harness 增加 Midscene 驱动的 UI 自动化

dsh-plugin-midscene 是为 DeepSeek Harness (DSH) 开发的 MIT 许可证插件,旨在通过 Midscene 技术实现 AI 驱动的 UI 自动化。该插件通过单一的 `ctx.midscene` 接口提供 `android_ui` 和 `web_ui` 两个工具,支持模型基于自然语言定位并操作真实的 Android 设备或 Chrome 页面。 核心功能包括对 ADB 连接的 Android 设备及已运行调试端口的 Chrome 页面的操作。工具支持 tap、input、query、assert 等动作,视觉模型需通过环境变量配置。安装时需使用 DSH C

Read More
dsh-report-studio:把 DSH 会话变成可校验的工作报告

dsh-report-studio 是用于 DeepSeek Harness (DSH) 的插件,旨在将会话整理为日报、周报、交接文档或文章。它通过从持久会话事件日志确定性提取数据(如工具调用、文件生成、错误记录等),避免模型依赖记忆重新描述,确保报告内容可核查。插件支持自定义模板,并在保存时自动附加包含会话信息及 SHA-256 哈希的可验证凭据块,用户可使用 report_verify 工具进行单文件或批量校验。报告支持 Markdown 和 HTML 格式输出,并可发布至飞书、Notion 或进行干跑预览。此外,插件提供周报聚合功能,需 Node 22.15+ 以读取历史日志,否则仅限当

Read More
@chushiz/dsh-archive-manager:DSH Web GUI 归档会话管理插件

`@chushiz/dsh-archive-manager` 是 DeepSeek Harness (DSH) Web GUI 的归档会话管理插件,旨在解决缺乏集中管理入口的问题,允许用户浏览、恢复或物理删除已归档会话。该插件由 ChuShiZ 维护,采用 MIT 许可证。 核心功能包括:1. **浏览与搜索**:按工作区分组查看会话,支持基于 SQLite FTS5 索引的全文搜索,可检索标题、ID、预设及会话正文(含用户消息、AI 回复、工具调用等),并提供高亮与筛选功能。2. **预览与操作**:点击标题可预览最近 4 句对话;支持“恢复并打开”以取消归档;支持多选后批量删除。删除操作前

Read More
@choi-p/dsh-footer-order:把 DSH Web 侧边栏底部条目改为纵向堆叠并排序

`@choi-p/dsh-footer-order` 是一款针对 DeepSeek Harness (DSH) Web 端的布局插件,旨在解决多个插件同时注册到 `sidebar.footer.action` 槽位时出现拥挤的问题。该插件将渲染锚点从 `display: contents` 改为纵向 flex 堆叠,支持配置条目顺序、布局模式(column、row、contents)、间距及对齐方式,且兼容空条目并支持配置热加载。 用户可通过 DSH 设置或命令行(`dsh plugin add`)安装该插件,无需重启即可在设置卡片中实时调整参数。默认配置为纵向堆叠(`layout: colu

Read More
dsh-plugin-message-edit:在 DeepSeek Harness 中编辑并重发最新用户消息

dsh-plugin-message-edit 是 ChisaAlter 开发的 DeepSeek Harness(DSH)Web 插件,旨在解决用户修改最新提交消息并基于此前上下文重新发起请求的需求。该插件在最新一条纯文本用户消息上提供编辑入口,点击后不会直接发送,而是通过在指定消息前分叉子会话(fork child session),将原始文本恢复至新会话的输入框供修改。源会话的历史记录及旧助手响应保持完全不变,确保新请求在干净的上下文中执行。 该插件仅支持文本消息编辑,且只能在聊天视图中使用;若消息包含图片或非文本块,或当前会话仍在运行中,则入口不可用。插件要求宿主提供特定的会话分叉和权

Read More
dsh-light-memory:给 DSH Web GUI 加一套纯文本轻量记忆

dsh-light-memory 是 chidaic 开发的 DSH 插件,为 DSH Web GUI 提供轻量级记忆系统。该插件摒弃数据库、向量库及 MCP,转而采用四个 Markdown 文件(USER.md、PROJECT.md、WORKLOG.md、CONVENTION.md)存储用户偏好、项目约定、操作流水及记忆规约,实现了记忆可见、可编辑及 Git 管理。核心功能围绕 append 和 distill 两个动作展开,前者将临时操作记录追加至工作日志,后者在任务边界将结论沉淀至用户或项目记忆文件。插件提供四个工具接口,支持通过 systemPrompt 等多种方式注入上下文以配合前缀

Read More
dsh-latexcp:DSH Web 界面 LaTeX 公式复制插件

dsh-latexcp 是 DeepSeek Harness (DSH) Web 界面的 LaTeX 公式复制插件,旨在解决直接框选公式导致排版碎片的问题。该插件允许用户在悬停任意公式时,通过浮现的按钮一键复制该公式的 TeX 源码至剪贴板。它支持在美元符号($...$)和斜杠括号(\(...\))两种格式间切换默认值,并能自动识别行内或行间公式以输出正确的单/双定界符。 该插件采用纯浏览器端架构,无后端服务、无数据上传,仅读取当前页面 DOM 内存中的公式源码,且在用户点击时触发复制,具备较高的安全性与隐私性。安装时可通过 GitHub 仓库添加至 DSH web profile,无需额外配

Read More
dsh-ui-ux-pro-max:DeepSeek Harness 的离线 UI/UX 设计插件

dsh-ui-ux-pro-max 是 DeepSeek Harness (DSH) 的一款离线 UI/UX 设计智能库插件,由 ChenYiming-aaa 开发,采用 MIT 许可证。该插件旨在解决在 DSH 环境中进行界面设计、评审及前端协作时依赖外部工具或在线数据源的问题,提供中文优先、零网络、零第三方运行时依赖的本地化解决方案。 其核心内置了 84 种风格、192 个调色板、74 组字体、99 条 UX 规范、25 种图表及 22 个技术栈,并通过 BM25 检索引擎支持高效的离线查询。插件提供三个主要模型工具:design_recommend 用于生成完整设计系统,design_r

Read More
dsh-deepseek-vision:为文本 DeepSeek 模型增加图片识别工具

dsh-deepseek-vision 是一款 MIT 许可证的 DSH 插件,旨在为仅支持文本的 DeepSeek 模型提供图片识别能力。该插件通过注册 `deepseek_vision` 工具,允许模型提交本地图片路径(支持 PNG、JPG、WebP、GIF,不支持 HEIC)及可选提示词。调用时,插件利用 DSH 子进程服务以数组参数方式安全调用本地 `deepseek-vision-cli`,将图片发送至 DeepSeek Web 端点进行识别,并将描述文本返回给模型。 用户需通过手动登录助手或 Token 登录建立 Web 会话,Token 仅保存在本地缓存。安装支持本地目录或 Re

Read More
dsh-plan-usage:在 DSH Web 对话框右下角查看套餐用量

`dsh-plan-usage` 是一个 DSH 插件,旨在集中展示 OpenCode Go、GLM Z.AI、GLM 智谱及 Kimi Code 的套餐用量。它通过 Web 对话框右下角的角标,直观呈现各渠道的 5 小时、周限和月限窗口百分比,并根据最低阈值以绿、黄、红状态点提示额度紧张程度。点击角标可展开面板,查看详细进度条及重置倒计时,并支持每 60 秒自动刷新。插件提供配置卡片,允许用户全局或单独启用渠道,并设置 API Key 或 Kimi Code 的 `kimi-auth` Cookie。API Key 解析遵循“插件配置 > 环境变量 > 凭据库 > .env 文件”的优先级,

Read More
dsh-qq-onebot-bridge:QQ 与 DSH agent 的双向桥插件

`dsh-qq-onebot-bridge` 是一个基于 OneBot v11 反向 WebSocket 的独立插件,用于实现 QQ 与 DeepSeek Harness (DSH) Agent 的双向桥接。它将 QQ 群聊和私聊消息直接驱动至 DSH 会话,并自动分段回复。 核心功能包括: 1. **会话隔离与记忆**:支持按群、人或私聊独立会话,对话记忆落盘并在重启后自动注入,提供 `/new` 和 `/status` 命令管理。 2. **多媒体处理**:支持私聊识图、群聊引用解析(文本/图片/语音转写),以及基于智谱、OpenAI 或本地 GPT-SoVITS 的语音转文字(STT)和

Read More
dsh-econ-tools:面向计量经济学研究的 DSH 插件

dsh-econ-tools 是由 Chaos-Hyper 维护的 DSH 插件,采用 MIT 许可证,定位为计量经济学全流程研究助手。它旨在将分散的研究步骤整合为连续工作流,覆盖方法指导、数据清洗、变量选择、实证分析、稳健性检验及结果报告。核心功能包括根据研究问题推荐 OLS、IV、DID 等模型;提供缺失值处理及 Python 代码片段;支持理论、数据驱动及机器学习变量选择;自动生成多语言代码模板;执行包含平行趋势和安慰剂检验在内的七维稳健性分析;以及输出 Markdown 或 LaTeX 格式的中英文统计报告。该插件适合使用 DSH web 环境的开发者及研究人员,通过 `dsh plu

Read More
dsh-stage-gate:DeepSeek Harness 的阶段验收门插件

`dsh-stage-gate` 是面向 DeepSeek Harness 的 stage-gate 治理插件,旨在将多阶段任务的验收检查点转化为模型可调用的工具,减少对提示词自觉性的依赖。该插件由 changingwang 维护,采用 MIT 许可证,适用于 DSH 0.1.0-rc.5 及以上版本的 Web profile。 它向 `ctx.tools` 注册了四个核心工具:`gate_open` 用于创建带有验收清单的状态为 open 的验收门;`gate_check` 用于检查验收项,支持标记“met”、“unmet”或“n/a”并附带证据;`gate_list` 用于查看当前会话中的

Read More
dsh-zhipu-codingbar:在 DSH Web 会话头部显示智谱 GLM Coding Plan 额度

dsh-zhipu-codingbar 是一款由 cesarX-AI 维护的 DSH Web 插件,旨在将智谱 GLM Coding Plan 的额度信息集成至会话头部,减少手动查询操作。该插件支持实时显示 5 小时、每周及 MCP 工具的剩余额度、百分比、重置时间,并具备颜色警示功能(低于 20% 变黄,低于 5% 变红)。用户可通过点击头部窄条展开详情卡,插件支持自适应布局以避免被右侧边栏遮挡,默认每 60 秒轮询一次额度数据。安装需通过 dsh 命令添加插件并重启 web 服务,支持本地开发模式。配置项包括轮询间隔 refreshMs 和 API 密钥 zaiApiKey,其中密钥读取自

Read More
dsh-plugin-wps-office:DeepSeek Harness 的 WPS Office 非官方适配插件

dsh-plugin-wps-office 是一个由 CatNebulaaaa 维护的非官方适配层,旨在解决 DeepSeek Harness (DSH) 接入 WPS Office MCP Server 时常见的工具命名冲突、路由缺失及错误处理不明确等问题。该插件通过 DSH 的 MCP Client 启动上游 wps-office-mcp 服务,将工具统一命名为 mcp__wps-office__<上游工具名> 以避免冲突,并注册专用的 wps-office-dsh Skill 以提供 DSH 侧的安全与错误处理规则。插件核心功能包括挂载 stdio 服务、暴露命名空间工具、注册路由 Sk

Read More
dsh-edit-resend:编辑已发送用户消息并重新生成回复

dsh-edit-resend 是适用于 DSH 0.1.0-rc.6 及以上版本的插件,旨在解决用户消息发送后无法修正的问题。该插件在已完成回合尾部注入“编辑并重发”入口,允许用户修改原文并重新生成回复。其核心机制是从原会话 Fork 一个新分支,在新分支上基于编辑后的文本生成新回复,同时自动将原会话归档。归档仅隐藏视图,不删除任何日志或数据,确保历史不可改写。插件在 Host 端暴露包括编辑、归档、恢复等在内的多个 Remote 端点,弥补了官方版本缺乏恢复 API 的不足,并在设置页提供归档会话列表及一键恢复功能。安装时需在指定 profile 下添加插件并重启 web 服务。该插件遵循

Read More
dsh-tick-rail:DSH Web 会话刻度线导航

dsh-tick-rail 是 DeepSeek Harness (DSH) Web UI 的纯客户端插件,旨在解决长会话中定位特定消息困难的问题。该插件在会话侧边生成刻度线,以用户消息为索引进行快速跳转和预览。核心功能包括:每条用户消息对应一个刻度,助手回复不占位;鼠标悬停时高亮峰值并显示消息片段;支持点击平滑滚动及完整的键盘操作(方向键移动、Enter/Space 跳转、Escape 收起)。当用户消息少于 3 条或未打开会话时,插件自动隐藏。作为 MIT 许可证的开源项目,它通过 `dsh plugin add` 命令从本地或 GitHub 安装,需重启 `dsh web` 生效。该插件

Read More
dsh-roblox-studio:为 Roblox Studio MCP 提供 DSH 设置界面

dsh-roblox-studio 是 DeepSeek Harness 的原生插件,旨在优化 DSH 与 Roblox Studio MCP 的协同工作。该插件通过集中式设置界面解决多实例连接时的操作歧义问题,实时列出已连接的 Studio 实例,支持一键激活或取消特定实例,并将选择注入 Agent 运行时上下文,确保其调用正确的 MCP 工具。插件还展示官方 Script Sync 状态,包括同步根目录及错误信息,并支持定时刷新。当用户设置本地同步目录后,Agent 会被引导优先直接编辑本地的 Rojo 风格文件,而非依赖 Studio 内部编辑,从而提升开发效率。该插件支持 DSH 设计

Read More
dsh-omv:面向 DeepSeek Harness 的证据优先漏洞审计工作台

dsh-omv 是一款基于 MIT 许可证、由 bx33661 维护的 DSH 生态漏洞审计工作台插件,专为 DeepSeek Harness 设计。它围绕证据成熟度、Finding 状态管理、复现、去重、报告和披露提供一体化工作流。核心能力包括五维证据成熟度看板、四类 Finding 状态账本、source-sink-guard 证据链检查,以及覆盖审计、复现、对抗审查等环节的一键 Agent 工作流。此外,插件具备支持并发控制与恢复机制的 Campaign Runner、Docker 隔离的 PoC 实验室,以及丰富的工具与命令集。安装需 Node.js >=22,支持本地、源码链接及打包

Read More
dsh-project-context:把 DSH 工作区文件夹变成项目

dsh-project-context 是 buhuikongpan 开发的 MIT 许可 DSH 客户端插件,旨在解决模型进入工作区后自动获取简短“项目工作区约定”的问题。该插件将拥有真实 cwd 的会话视为项目,新会话启动时通过 `agent/pre-step` 钩子自动注入独立的 user 消息块(标记为 `project-context`),无需手动追加提示词,且不参与系统提示词拼接。针对无 cwd 的系统会话不生效,界面支持中英文。 插件提供输入框右侧的“项目”开关,默认开启。关闭时,既有上下文块不删除,而是渲染为“已降级”状态提示,避免模型误判约定失效。安装命令为 `dsh plu

Read More
dsh-user-message-navigator:为 DeepSeek Harness Web 增加用户消息导航侧栏

dsh-user-message-navigator 是面向 DeepSeek Harness Web 的 DSH 插件(版本 0.1.1,MIT 协议),旨在提升长会话中用户消息的检索效率。它提供 Codex 风格侧栏,集中列出按对话顺序排列的直接用户提示词及已接纳的引导消息,支持本地搜索、点击跳转、短暂高亮及分页加载历史,并跟随当前语言与主题。插件仅索引当前可见对话节点,排除生成上下文及压缩节点;所有操作均在浏览器本地进行,无网络请求,确保隐私。适用于频繁回看消息、多轮对话场景。安装需 DeepSeek Harness Web 0.1.1-rc.2 或更高版本,Node.js ^22.19

Read More
dsh-prompt-profile:DeepSeek Harness 的可复用 Markdown 提示词配置

dsh-prompt-profile 是 DeepSeek Harness 的一个 MIT 许可插件,旨在解决重复性提示词管理需求。它允许开发者将常用提示词、模型选择及参数封装为可复用的 Markdown 文件,支持按名称调用并自动替换位置参数。该插件具备核心功能,包括从用户和项目目录发现 profiles(项目优先级更高)、使用 shell 风格占位符注入参数、为单轮会话指定 provider、model 及 reasoning effort,并在调用结束后自动恢复之前的 Agent 选择。安装需满足 Node ^22.19.0 或更高版本及特定 peerDependencies。配置位于

Read More
dsh-conversation-minimap:为 DSH Web 长对话提供提示词导航轨

dsh-conversation-minimap 是一款由 Braidy-Wu 维护的 DSH Web GUI 客户端插件,旨在解决长对话中用户提示词难以快速定位的问题。该插件通过“提示词级对话迷你地图”功能,将每个用户提示词映射为左侧导航轨上的锚点胶囊,实现类似桌面聊天软件的会话导航体验。 核心功能包括:悬停锚点预览完整提示词,点击后平滑滚动并高亮对应消息;视觉采用鱼眼放大效果及边缘渐隐设计;技术层面基于官方 API 拉取历史,纯原生 JS 实现,无外部依赖且具备异常保护机制,确保插件故障不影响主界面。 安装简单,支持通过命令行添加插件名或 GitHub 仓库地址,重启 `dsh web`

Read More
dsh-windtunnel:给 DSH 插件作者的契约回归测试舱

dsh-windtunnel 是专为 DeepSeek Harness (DSH) 插件作者设计的契约回归测试工具,旨在解决本地单元测试难以暴露的管线集成问题。该工具通过“剧本适配器驱动真实管线”机制,在零 API key、零网络、确定性的隔离环境中验证插件的稳定性。它提供 L0 至 L3 四层测试能力,涵盖加载、契约校验、行为断言及异常注入,支持并发重入、事件序列检查及负向用例捕获。 工具支持 CLI 和 Bundle 两种使用方式,便于集成至 CI 流程或 DSH 对话中执行。其执行模型强调隔离性,被测插件在禁网子进程中运行,确保环境纯净与结果可复现。需注意,该工具侧重契约合规性而非真实模

Read More
dsh-llm-opencode:DeepSeek Harness 的 OpenCode Zen 免费模型适配器

`dsh-llm-opencode` 是 bobowsh 开发的一款 MIT 许可 DeepSeek Harness (DSH) 插件,旨在为 DSH 接入 OpenCode Zen 提供方。该插件通过注册 `opencode-zen` 路由,将 DSH 请求转换为 OpenAI 兼容的 chat completions 格式,并支持解析 SSE 流式响应。其核心优势在于支持 OpenCode Zen 的免费模型,用户无需配置 API key 即可直接使用;付费模型则可通过环境变量或凭证设置 API key。插件内置免费模型目录,并能在后台自动从网关和 models.dev 同步最新模型列表,

Read More
dsh-memory:为 DeepSeek Harness 提供本地 SQLite 跨会话记忆

`dsh-memory` 是一个为 DeepSeek Harness (DSH) 设计的轻量级跨会话记忆插件,采用 MIT 许可证。该插件通过本地 SQLite 文件和 FTS5 索引实现记忆持久化,无需依赖嵌入服务、API Key 或外部进程,适用于 Node.js 22.19+ 或 24.0+ 环境。 核心功能包括三个模型工具:`memory_write`(存储带标签的持久事实)、`memory_search`(基于关键词的词法检索)和 `memory_forget`(删除过时记忆)。此外,插件提供 `memory:recall` 提示段,在字符预算内按“置顶优先、最近更新”顺序渲染记忆,

Read More
dsh-mcp-proxy:为 DSH 提供上下文更省的 MCP 访问方式

dsh-mcp-proxy 是一个 MIT 许可证的 DSH 插件,旨在解决配置多个 MCP 服务器时,将所有工具完整 Schema 注册到提示上下文导致的开销增加问题。该插件通过仅注册 `mcp_discover` 和 `mcp_call` 两个代理工具,利用懒连接机制和磁盘工具目录缓存来管理后续的发现与调用,从而大幅降低常驻提示成本。 其核心功能包括按关键字搜索工具目录的 `mcp_discover`,以及指定服务器和工具名进行调用的 `mcp_call`。插件启动时不连接服务器,支持 stdio 或 streamable-http 类型,且默认服务器列表为空,需用户手动配置。安装要求 N

Read More
dsh-lens-lite:DeepSeek Harness 的编辑后诊断

dsh-lens-lite 是面向 DeepSeek Harness 的编辑后诊断插件,旨在解决模型在调用 `write`、`edit` 等工具后无法即时获取类型或 lint 错误的问题。它在受关注的工具调用成功后,根据文件扩展名并发运行本地配置的检查器,并将结果作为 `notice` 形式的上下文反馈给模型。该插件不内置检查器,依赖本地工具链,支持 tsc、eslint、ruff、go-vet 等,并允许通过占位符自定义参数。其核心原则包括不否决或重写调用、尊重取消信号及超时终止。配置错误会在加载时直接报错,而环境失败则转化为诊断发现,不影响已成功编辑的效力。需注意整仓检查可能增加耗时,且要

Read More
hermeslike-moa:DSH 的 Hermes 风格 MoA 请求聚合器

hermeslike-moa 是 DSH 的 MIT 许可插件,为 LLM 调用注入“路由器→多路参考顾问→聚合器”的 Hermes 风格 MoA 流水线。它提供 deepseek-v4-mix(完整 MoA)、pro 和 flash 三种模式,支持并行参考顾问、上下文裁剪与密钥脱敏。插件具备双通道故障切换,Go 优先,连续失败自动切至官方通道;同时通过 V4P 三重闸门(预算、频次、间隔)进行费用防护,拦截时可降级至 Flash。设置页支持实时配置 MoA 参数、API key 及闸门策略,无需重启。安装后选择相应模型并配置 key 即可使用,适用于需多路参考聚合、双通道容灾及严格成本控制的

Read More
beijingwahw/dsh-computer-use-plugin:基于 DSH 的纯视觉 Computer Use 插件

`beijingwahw/dsh-computer-use-plugin` 是 DeepSeek Harness (DSH) 生态下的纯视觉 Computer Use 插件。它摒弃传统的 UI 树或 Accessibility API 依赖,通过屏幕截图理解界面,支持在 Windows、macOS 和 Linux 上执行点击、输入、滚动、拖拽等跨平台桌面操作。 插件核心能力包括基于 Set-of-Mark 的视觉定位辅助、三段式状态锚点协议、Planner-Actor 架构的长任务编排,以及 OCR 语义核对(支持中英文)。为保障稳定性与安全,内置了行为验证、防死循环、预算控制及敏感凭据输入拦

Read More
dsh-prompt-enhance:DSH 输入框一键增强提示词

`dsh-prompt-enhance` 是 DeepSeek Harness Web 端的输入框增强插件,旨在解决原始需求简短、缺少具体执行要求及边界条件的问题。该插件采用“模型为主、规则兜底”的策略,默认复用 DSH 当前默认模型将草稿扩写为包含 2~4 条具体要求的增强提示词,同时保留原句以确保上下文清晰;若模型不可用或超时 15 秒,则自动降级为规则模板,保证输出可用性。 插件提供一键撤回功能,允许用户随时恢复增强前的原始文本,避免信息丢失。其设计遵循零配置原则,无需单独设置 API Key,仅通过图标状态(置灰、旋转、变红)反馈操作进度与结果。此外,插件具备智能意图识别能力,能根据参

Read More
imemory:DSH 自进化长期记忆插件

imemory 是 DSH 的一个 MIT 许可插件,旨在解决多会话中上下文不足导致长期信息丢失的问题。它通过回合后自动提取值得保留的信息并打分,在每一步前通过关键词初筛和 LLM 语义重排召回相关记忆注入上下文。核心功能包括:新会话开场注入用户档案、每 6 小时进行冲突合并与衰减淘汰、将可复用流程沉淀为 `learned-*` 技能,以及提供 6 个记忆管理工具和 `/imemory/` 网页管理面板。该插件零依赖,不挑 profile 类型。 安装需 DSH 版本 0.1.0-rc.6 及 Node >= 20。支持手动挂载(复制文件并修改 `cordis.patch.yml`)或 bun

Read More
BaronCyrus/dsh-harness-ally:让 DSH 与外部 CLI 共享同一会话生命周期

dsh-harness-ally是BaronCyrus开发的DSH Agent Preset,旨在解决多工具协同时的会话隔离与统计混乱问题。该插件让DeepSeek Harness、Claude Code、Codex和Kimi Code共享同一DSH会话生命周期,无需额外维护CLI会话或混合工具流。核心能力包括:模型选择与Harness执行入口分离,用户可在保留DSH原生模型选择器的同时,按回合切换外部CLI执行;外部执行过程透明可见,实时显示思考与工具活动,且绝不伪装成DSH原生tool call以避免重复执行;支持CLI自动检测与托管安装,缺失时提供一键安装;统一token统计,将外部Ha

Read More
dsh-access-gate:为 DSH 远程 /api 访问提供密码门禁

dsh-access-gate 是 DeepSeek Harness (DSH) 的远程访问认证门禁插件,旨在解决通过公网域名或局域网 IP 访问 DSH Web 时的安全暴露问题。该插件默认允许无密码远程访问,配置密码后可限制非本机直连访问,强制要求密码登录,同时保留本机的原生目录选择体验,并承诺卸载时无残留。 核心功能包括:基于 HttpOnly Cookie 的登录会话管理(默认有效期 7 天);使用 sha256 和 timingSafeEqual 进行安全密码比对;替代 dsh-lan-access 提供 0.0.0.0 绑定及 crypto.randomUUID polyfill;

Read More
EveryConnect:把微信 Claw / iLink Bot 接入 DSH 会话的插件

EveryConnect 是由 baiyingawa 维护的 DSH 多平台连接插件,旨在将微信 Claw/iLink Bot 接入 DSH 的会话与 AI 能力,实现微信侧文本、语音和文件的消息闭环。其核心功能包括:支持微信二维码登录及参数配置;提供工作区与任务会话菜单,支持通过指令创建、浏览和管理会话;自动下载并解密微信语音及文件至本地供 DSH 使用;优化回复格式以适配微信显示规则;以及独立的消息队列处理机制,确保并发安全且敏感信息不写入日志。 安装需满足 Node.js >=22.19.0 和 pnpm 11.19.0 环境,通过本地构建打包后,使用 `dsh plugin` 命令添加

Read More
dsh-session-mover:在 DSH Web GUI 中把会话拖到其他工作区

dsh-session-mover 是 DeepSeek Harness 的一款 MIT 许可插件,旨在简化跨工作区整理会话的操作。该插件支持将带有完整历史的会话行直接拖拽至目标工作区标题行,实现“克隆新会话并归档原会话”的语义,无需额外面板或按钮。其核心优势在于保留完整上下文,避免手动复制粘贴,且若移动当前打开的会话,会自动跳转至新副本。 技术上,插件利用官方侧边栏的拖拽机制,通过语义属性定位目标工作区,并调用宿主 API 执行读取源日志、在目标工作区创建新会话、持久化及归属绑定、最后归档源会话的步骤。由于平台存储层限制,无法原地迁移会话 ID,故采用复制加归档方案。该插件适用于需要灵活调整

Read More
dsh-conflict-guardian:在 DSH 启动时检测并处理插件冲突

dsh-conflict-guardian 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在解决启动阶段插件冲突难以排查的问题。它通过扫描加载器运行时状态及组合文件静态配置,自动检测重复挂载、激活失败、依赖缺失及未运行实例,并执行停用冲突项或恢复实例等处理,不修改源码或配置文件。该插件提供 Web 界面弹窗报告冲突详情,支持重新检测,并暴露 HTTP 接口及 harness.handle 调用入口。在动态插件模式下,还注册了 conflict_check 工具供模型调用。需 Node.js 20+ 环境,通过 npm pack 安装并在配置中声明启用。其价值在于

Read More
dsh-api-balance:在 DSH 会话标题栏查看多个 AI 平台余额与用量

dsh-api-balance 是由 Badegg404 维护的 DSH Web 插件,旨在解决多 AI 平台余额与用量分散的问题。该插件在会话标题栏悬浮显示信息,分为“Balance”(余额)和“Usage”(用量)两个标签页,支持多供应商切换。核心功能包括:30 秒自动实时刷新及手动刷新;凭证持久化存储于 `~/.dsh/.credentials.yaml`(权限 0600),重启后保留;仅接受 loopback 请求以确保安全,且 API key 不暴露于前端或日志;支持主题自适应;并可通过配置 `PROVIDERS` 轻松扩展新平台。安装仅需一条 `dsh plugin` 命令即可启用

Read More
dsh-openai-gateway:把 DSH Agent 暴露为 OpenAI 兼容 API

dsh-openai-gateway 是 DSH 的插件,旨在将 DeepSeek Harness(DSH)Agent 暴露为标准的 OpenAI 兼容 API 服务端。该插件支持 `POST /v1/chat/completions`、`GET /v1/models` 等端点,每次调用背后均为带有工具和工作区的真实 DSH Agent 会话。用户只需安装插件并重启服务,即可通过配置 `base_url` 和 API key 使用任何 OpenAI 客户端进行接入。 插件默认监听本地回环地址端口 41540,提供无状态和粘性两种会话模式。粘性会话支持多轮连续任务,需通过特定头或字段维持会话 I

Read More
dsh-summary-sidebar:DeepSeek Harness Web 的「摘要 + 侧边栏」插件

dsh-summary-sidebar 是 DeepSeek Harness (dsh) web profile 的独立客户端插件,旨在集中展示对话产物并提供工作区工具。该插件主要包含“摘要”和“侧边栏”两大核心功能。摘要功能自动汇总当前对话中涉及的文档、网页和图片,用户可直接点击条目进行预览或编辑。侧边栏作为右侧抽屉面板,提供五个实用工具:文件夹(浏览与管理文件)、终端(基于 node-pty 的独立命令执行环境)、浏览器(iframe 预览 HTML 或外部网址)、文档阅读器(文本编辑与保存)及图片阅读器。 该插件适用于需要快速回顾会话产物、在浏览器中查看工作区文件或执行终端命令的场景。安

Read More
dsh-thinking-language-zh:固定 DeepSeek Harness agent 的思考、推理与回复语言

`ayanJava111/dsh-thinking-language-zh` 是一个用于 DeepSeek Harness(DSH)部署的单节 bundle,旨在固定 Agent 的思考、推理及回复语言,默认启用中文模式。该插件通过 system-prompt section 生效,适用于 Web UI、headless 及 ACP 环境。其特点包括不添加工具、不访问 Shell、不修改模型,仅贡献一个 system-prompt section。用户可通过 `dsh plugin` 命令将插件安装至指定 profile 并启动。该插件支持配置 `text` 与 `complete` 字段,允

Read More
awesome-dsh-pet:DSH Web GUI 内可扩展多角色桌面宠物

awesome-dsh-pet 是 DSH Web GUI 内的可扩展多角色桌面宠物插件,由 Awesome-AI-Pedia 维护,采用 MIT 许可证。该插件将角色显示、交互和素材管理收敛至插件中,允许在页面右下角显示宠物,并进行投喂、玩耍及角色切换等操作。其核心功能包括支持 `jingyu-zongcai` 和 `lulu-capybara` 两个内置角色,以及通过 `settings.yaml` 配置启用状态、尺寸、透明度、行走功能和睡眠参数。插件支持快速添加自定义角色,流程包括确定角色 ID、放置符合规范(如 Codex atlas 或单行 sheet)的素材、更新 `manifes

Read More
DeepSeek Harness 用量插件:在 Web 会话里查看今日估算消费与账户余额

`arslan-jh/deepseek-harness-usage` 是一款面向 DeepSeek Harness (DSH) Web 的 MIT 许可插件,旨在解决账户额度可见性问题。它在对话输入区下方实时显示“今日消费”(估算值)和“总余额”,每 3 分钟自动刷新。总余额直接调用 DeepSeek 官方接口获取,而今日消费基于当天余额基线变化估算,并支持通过输入官网数字进行校准。插件复用 DSH 已配置的 API Key,无需重复填写,并具备充值识别、读取本机日志以补齐全天消费等功能。安装需 Node.js 22+,可通过 `dsh` 或 `npx` 命令添加,安装后刷新 Web 页面即可

Read More
dsh-cursor-settings:为 DSH web 提供 Cursor 风格设置页与最近输入栏

dsh-cursor-settings 是由 Argonaut790 维护的 DSH web 插件,旨在通过“一切皆插件”理念优化 DSH 界面。该插件主要提供两大核心功能:一是在 DSH 设置弹窗中新增 Rules、Skills、MCP 和 Import 四个管理模块,支持查看编辑 `AGENTS.md`/`CLAUDE.md` 规则文件、管理 Skills、维护 MCP 服务器条目(写入 `cordis.patch.yml`,支持 stdio 或 streamable-http 及实时状态监控)以及导入 Cursor 设置;二是在对话顶部提供固定的最新输入卡片,帮助用户在长对话中快速回溯最

Read More
dsh-plugin-devin-bridge:把 Devin 托管模型接入 DSH 模型提供者系统

dsh-plugin-devin-bridge 是一个由 Arborsm 维护的 MIT 许可插件,旨在将 Devin 的 Connect RPC API 适配至 dsh 的 LLM 接口。它通过注册 `devin` provider,解决 Devin 模型(如 glm-5.2、swe-1.7)与 dsh 本地协议(如 GenerateOptions、StreamChunk)之间的格式差异,实现流式响应解码、工具调用映射及图像输入支持。插件具备动态模型目录功能,支持 5 分钟 TTL 缓存并在网络失败时优雅回退到静态配置。安装需 Node 22.19+ 及 dsh 0.1.0-rc.6+,认证

Read More
dsh-BFF-pet:由 DSH Agent 状态驱动的桌面宠物

dsh-BFF-pet 是 DSH 插件生态中的桌面宠物插件,旨在通过透明悬浮窗和低干扰的 WebM 动画,实时映射后台 Agent 的执行状态,避免开发者频繁切换窗口。该插件由 DSH 自动拉起,复用本地端口 127.0.0.1:3080,无需独立入口或额外端口。 核心功能包括根据 Agent 状态(如空闲、思考、工作、等待、完成、错误)切换动画,并显示状态气泡及随机、定时或基于 Token 消耗的彩蛋。支持鼠标点击互动、拖拽反馈,并通过系统托盘提供显示隐藏、透明度调节、大小缩放及退出等控制。插件具备断连检测与错误可视化等健壮性机制。 运行环境要求 Node.js >=22.19 及 Ele

Read More
DSH Web 语音输入插件:anweat/dsh-voice-webspeech

`anweat/dsh-voice-webspeech` 是一款面向 DSH Web GUI 的浏览器语音输入插件,采用 MIT 许可。该插件利用浏览器内置 Web Speech API 实现“按住说话、松手转文字”功能,将语音实时转换为文字并写入输入框,支持后续编辑或配置为松手自动发送。其核心优势在于零服务端、零 API Key、零模型下载及零 Python 依赖,音频仅由浏览器处理,不经过 DSH 服务端、不落盘且无遥测,确保隐私安全。插件支持中、英、日、韩等多种 BCP-47 语言,偏好设置保存在浏览器本地。 环境要求方面,需 DSH 版本 `>=0.1.0-rc.3 <0.2.0`、N

Read More
DSH Eye Care:为 DSH Web 增加暖色护眼主题

@anionex/dsh-eye-care 是专为 DSH Web 设计的护眼主题插件,基于 MIT 许可证,目前处于 pre-release 状态,兼容 DSH 0.1.0-rc.8 至 0.2.0 版本。该插件通过官方 ThemeService 注册六种暖色主题,提供 off、auto、light、dark 四种运行模式及 soft、balanced、warm 三种暖度选项。它利用语义令牌精确控制背景、文本、按钮、代码块等界面元素,避免使用全局颜色滤镜或图像变换,以保障原生外观设置的权威性。安装需通过 dsh plugin 命令添加至 Web profile,随后在 Settings →

Read More
dsh-python-tempfile-shim:在 DSH Windows 沙箱中让 Python 临时目录可用

`dsh-python-tempfile-shim` 是一个由 AngelosZou 维护的 MIT 许可的 DeepSeek Harness(DSH)临时插件,旨在解决 Windows 沙箱中 Python 临时目录受限的问题。该插件未发布至 npm,需从本地克隆安装。其核心机制是通过 DSH 插件补丁挂载 shell executor,自动为受限命令(如 `workspace-write` 和 `read-only`)注入 `PYTHONPATH`,并随附 `sitecustomize.py` 使 `os.mkdir` 忽略 mode 参数,让新目录继承父目录 ACL。 插件覆盖 `pyt

Read More
dsh-python-env:为 DSH 提供工作区 Python 虚拟环境管理

dsh-python-env 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,由 AngelosZou 维护,旨在为 DSH 智能体提供工作区范围的 Python 虚拟环境管理功能。该插件通过 DSH 平台的 subprocess channel 调用标准库 `python -m venv` 和 `pip`,无需依赖 `uv` 或 `virtualenv` 等第三方工具。 核心功能包括五个模型工具:`pyenv_discover`(发现)、`pyenv_create`(创建)、`pyenv_install`(安装)、`pyenv_uninstall`(卸载)和 `p

Read More
opencode-usage:在 DSH Web UI 中查看 OpenCode Go 额度

opencode-usage 是由 AmaTsumeAkira 维护的 DSH bundle 插件(MIT 协议),旨在 dsh Web UI 的 composer dock 中直观展示 OpenCode Go 的 rolling、weekly 及 monthly 额度使用率、重置倒计时及刷新状态。其核心功能包括以颜色百分比显示三个额度窗口、实时显示最近获取时间,支持每 5 分钟自动刷新及点击手动刷新。安全方面,API key 仅在后端通过 credentials service 解析并传递给 curl,不会暴露至浏览器或日志。该插件为预构建包,无需安装脚本,支持通过 GitHub 或本地目录

Read More
DSH Computer Use for Windows:为 DeepSeek Harness 提供 Windows 桌面操作工具

`Altairpaca/dsh-computer-use-windows` 是一款面向 DeepSeek Harness (DSH) 的 Windows 桌面自动化插件,目前处于实验性 Alpha 阶段。该项目旨在解决 Windows 自动化中截图包含无关窗口、坐标控制不稳定及 OCR 文本漂移等难题。核心功能包括窗口绑定截图、鲁棒性 OCR、点击后验证、鼠标键盘输入控制、窗口管理、批量运行入口、可选的视觉模型接入以及本地健康检查。系统支持纯 OCR 模式以将截图保留在本地,也可配置 OpenAI 兼容的视觉提供商。安装运行需 Windows 11、PowerShell 7.4+ 及 Node

Read More
dsh-eye-vision:为 text-only DSH 模型提供图像理解、OCR 与 UI 分析

dsh-eye-vision 是面向 DeepSeek Harness 的 DSH 插件,旨在解决主模型仅支持文本输入但需处理图像任务的痛点。该插件通过调用任意 OpenAI-compatible 多模态 API,实现图像理解、OCR 及 UI 分析,并将结果以文本形式返回给主模型,无需主模型直接支持图像输入。其核心功能包括提供 image_understand 工具、支持大图像裁剪、配置目录白名单、免重启生效以及剥离代理环境变量等。用户可通过 dsh plugin add 命令快速安装,支持本地路径、URL 或 data URI 作为图像源,并可通过指定 task_type 来执行自动识别、

Read More
dsh-job-hunting:在 DSH 中整理招聘岗位与求职画像

dsh-job-hunting 是 DeepSeek Harness 的本地优先求职插件,旨在简化岗位整理、简历解析及意向维护流程。其核心功能包括导入标准化本地岗位文件、解析多种格式简历(不支持 OCR 及加密 PDF)、生成可离线访问的静态求职网站,并通过浏览器白名单采集可见岗位信息。所有数据仅写入宿主选定的活跃 Workspace,不使用固定个人目录。 安装需 Node.js、pnpm 及 DSH 环境,通过 GitHub 链接添加插件。浏览器采集依赖外部的 Tencent/BrowserSkill,仅读取授权范围内的结构化数据,不涉及隐私敏感操作或绕过安全机制。插件默认不启用后台定时任务

Read More
dsh-quant-workspace:DeepSeek Harness 的自包含量化研究插件

dsh-quant-workspace 是面向 DeepSeek Harness(DSH)的自包含量化研究插件,旨在将数据获取、规则回测及报告生成整合于单一插件中。它内置 Python 引擎,支持通过 Yahoo Finance 获取日线数据(默认2年),并针对单标的提供 `single_ticker` 工具。核心功能包括:基于规则策略的回测(输出逐笔交易、总收益、最大回撤、胜率等指标);生成包含K线、成交量、%B及权益曲线的自包含交互式HTML报告,支持缩放、平移及十字光标操作;以及策略注册表,允许用户保存并复用已验证的规则ID。该插件严格保持只读边界,不下单、不变更持仓,也不需市场数据密钥

Read More
DeepSeek Harness Flow:为 DeepSeek Harness 增加可视化工作流与多模型评测

DeepSeek Harness Flow 是一个社区维护的可视化工作流与多模型评测插件,旨在扩展 DeepSeek Harness 功能。它不替代原有体验,而是在会话中新增 `Harness Flow` 视图,保留原有的 Chat、Sessions 等设置。核心功能包括 Studio(编辑运行 Input、Agent 等工作流节点)、Bench(对 DeepSeek、OpenAI 等多提供商路由进行预设或导入的评测套件测试)以及 Runs(查看持久化结果、正式排名及脱敏导出)。插件内置 Quick Smoke、Coding 等评测套件,默认重复 3 次测试。正式排名采用 Objective

Read More
dsh-offpeak:DeepSeek Harness Web GUI 的错峰计价浮标

dsh-offpeak 是一款专为 DeepSeek Harness Web GUI 设计的客户端插件,旨在解决界面不显示当前计价窗口的问题。它在输入区下方添加状态胶囊,实时展示 Peak/Off-peak 计价窗口、价格乘数及距下次切换的时间。用户悬停或聚焦时,可查看当前窗口下输入、缓存命中及输出 tokens 的有效价格。插件支持 USD 或 CNY 显示,允许配置汇率和时区偏移,且设置修改后实时生效无需重启。该插件仅负责展示,不发起网络请求、不存储文件或注册工具,价格需用户手动配置。安装需满足 Node.js ≥ 22.19 环境,且必须通过 Release Tarball 包安装,直接

Read More
dsh-viewboost:DSH 右侧预览面板工具栏增强

AlexCHONG8 开发的 viewboost 是 DeepSeek Harness (DSH) web profile 的插件,旨在增强 aionui 右侧文件预览面板。该插件采用 MIT 许可证,主要功能包括在预览工具栏新增四个快捷按钮:在 macOS Finder 中显示文件、切换全屏预览、复制文件绝对路径、以及通过剪贴板复制文件引用(支持在 Finder 中粘贴)。此外,插件在左下角提供 Token 用量卡,展示近 5 小时、今日及本周的用量数据,若配置了 MiniMax API 密钥,还可显示其配额状态。 用户需先拥有 DSH web profile,通过 `dsh plugin

Read More
dsh-image-plugins:为 DeepSeek Harness 接入看图与生图

DeepSeek Harness多模态插件dsh-image-plugins为DSH Web端提供图片理解与生成能力。该插件包含understand_image和generate_image两个独立工具,分别支持读取工作区图片并返回文字描述,以及根据提示词生成并保存图片。插件支持OpenAI-compatible端点及DashScope原生API,其中DashScope图片生成需使用native Model Studio API以规避404错误。安装后需通过Web设置面板或配置文件独立启用vision和image功能,并配置相应的baseUrl、apiKey和model。密钥支持明文、环境变量

Read More
DSH 会话物理删除插件:dsh-session-delete

DSH 侧边栏的“归档对话”仅隐藏会话,日志文件仍保留在文件系统。插件 `akira399/dsh-session-delete` 通过在会话菜单中新增“删除对话”入口,实现日志文件的永久物理删除。该插件基于 MIT 许可,无第三方运行时依赖,仅使用 Node 内置模块。核心功能包括:通过官方接口定位并递归删除日志文件;删除运行中会话时先中止回复并摘除内存数据;同步清理工作区配置与全局归档记录;删除后会话立即从界面消失;操作前弹出不可恢复的确认框;并严格校验会话 ID 格式及来源合法性。安装需使用 `npx` 命令添加插件,随后重启 `dsh web` 服务生效。使用场景适用于需从文件系统彻底

Read More
dsh-bcc:在 DeepSeek Harness 里把视频拆成剧本、分镜与风格指南

dsh-bcc 是专为 DeepSeek Harness (DSH) 开发的 MIT 许可插件,旨在实现“视频输入、文本输出”的工作流。它利用 ffmpeg 进行镜头检测和关键帧提取,并基于当前 DSH 会话模型(推荐 deepseek-v4-flash-vision-exp,无需额外 API 密钥)将视频拆解为剧本、分镜或风格指南,支持导出为 docx、xlsx 或 html 格式。 该插件包含“包拆拆”面板及一系列工具(如 bcc_shots、bcc_read_frames 等),提供两种主要流水线:一是使用区间切片和提示词合并的“拆剧本”流程;二是基于智能/场景切分的“拆分镜”流程。用户

Read More
dsh-ide-panels:为 DSH 客户端加一个 IDE 外壳

dsh-ide-panels 是一款为 DSH Desktop 开发的 MIT 许可客户端布局插件,旨在将聊天界面扩展为仿 VS Code 的 IDE 外壳,实现聊天与开发工具的集成。核心功能包括中间标签页工具区(编辑器、终端等)、右侧栏(资源管理、搜索、Git 等)、底部面板及基于 node-pty 的真实 PowerShell 终端。插件支持不依赖 Git 的本地代码变更对比、SSH/WSL 远程连接及本地文件搜索,所有状态均可持久化。用户可通过 Agent 指令、PowerShell 脚本或手动复制文件至 node_modules 并配置 package.json 来安装,安装或卸载后必

Read More
dsh-client-ui-tweakcn:将 tweakcn.com 的 index.css 映射为 DSH 主题

dsh-client-ui-tweakcn 是 AIRIKE1 维护的 DSH 客户端主题插件(MIT 许可证),旨在解决直接修改样式易漏掉 token 映射及多主题切换不便的问题。该插件支持将 tweakcn.com 导出的 `index.css` 粘贴至 DSH,自动完成配色、圆角、阴影及字体等语义 token 的映射,并支持保存、切换、编辑或删除多套主题。其功能涵盖 oklch/hsl/hex 颜色解析、浅色/深色模式适配、圆角与阴影变量的标准化映射,以及防止 `layout.tsx` 误粘贴的错误提示。插件采用本地优先策略,故障时不阻碍 DSH 启动。 安装方式包括插件市场搜索安装、执

Read More
dsh-operating-context:在 DeepSeek Harness 中统一管理模型工作窗口

dsh-operating-context 是一个 DeepSeek Harness 插件,旨在解决多模型服务配置中上下文窗口大小分散且易超限的问题。它通过增加“工作窗口”设置页面,将每个模型服务限制在可承载范围内,避免设置过大。该插件由 AIMFllyYS 维护,基于 MIT 许可证,当前版本为 v0.1.0,需依赖 Node.js 和 pnpm 环境,不能独立运行。其核心功能包括安全写入配置(根据路由形状写入不同字段)、读取模型目录上限(未知时不猜测)、幂等应用(移除无效覆盖以恢复原生容量)以及保留原有路由元数据。安装后,用户可通过 Web UI 调整窗口大小并应用,配置会持久化至 set

Read More
dsh-alive:为 DeepSeek Harness Web 界面提供零 token 在线状态指示器

dsh-alive 是专为 DeepSeek Harness (dsh) web profile 开发的 MIT 许可证插件,旨在解决会话界面无法直观显示后端服务状态的问题。该插件通过在后端注册进程内 HTTP 端点 `/dsh-alive/ping`,并在前端每 15 秒轮询一次,从而在不消耗任何 LLM Token、不调用模型的情况下,实时监测服务在线状态。状态点颜色直观区分服务情况:绿色代表在线,红色代表离线,黄色代表检测中。 安装支持插件命令 `dsh plugin --profile web add dsh-alive` 或本地手动配置方式,要求 Node 版本不低于 18。安装后需

Read More
dsh-composer-image-tools:给 DSH 聊天输入框补上图片和区域截图入口

`dsh-composer-image-tools` 是一个由 ai-yucheng 维护的 MIT 许可 DSH 插件,零依赖且自研实现。该插件旨在解决聊天输入框缺乏统一图片入口的问题,通过增加工具栏按钮,支持本地图片上传和自定义区域截图,并将图片注入 DSH 草稿轨道随消息发送。 核心功能包括:支持多选图片上传,但会自动拦截超过 10MB 的文件以节省 Token;提供基于 Electron 主进程 `desktopCapturer` 的全屏遮罩式区域截图功能,支持鼠标拖拽框选、自动裁剪及 `Esc` 取消,无需依赖微信或外部工具。此外,它兼容剪贴板粘贴(`Ctrl+V`),与插件内置截图

Read More
dsh-agentmail:给 DSH 智能体一个可按邮件线程绑定的收件箱

dsh-agentmail 是一款 DeepSeek Harness (DSH) 邮件插件,旨在为智能体提供完整的邮件工作流支持,而非简单的 API 包装。其核心功能包括:按邮件线程绑定 Session 以保留上下文连续性;处理 Bounce 回执以确认发送状态;实施出站审批及收件人白名单限制;通过标签机制实现跨会话的跟进任务持久化;以及将入站邮件标记为不可信输入,防止提示词注入。 该插件提供 11 个工具,覆盖邮箱管理、线程搜索、消息发送及草稿处理等场景。相比仅支持轻量工具调用的 MCP 客户端模式,插件路径提供了更健全的安全边界和状态管理。用户可根据需求选择安装方式,配置时需重点检查 re

Read More
Agent Plaza:给 DSH 智能体增加零注册公开广场

Agent Plaza 是一个面向 AI 智能体的零注册公开广场,允许外部 Agent 无需邮箱、支付或账户即可发布内容、回复线程及阅读帖子。调用方只需在每次请求中指定 `display_name`。该项目通过 DSH 插件将 HTTP API 暴露为模型可调用工具,如 `plaza_create_post` 和 `plaza_list_posts`。安装只需通过 `npx` 添加 DSH 插件或 Agent Skill,兼容 OpenAI Codex、Cursor 等支持 HTTP 的主机。其核心功能包括生成式主题标签、通过“flowers”表达质量信号,以及提供只读多语言 Web UI。典

Read More
dsh-token-usage:DeepSeek Harness Web GUI Token 用量展示插件

dsh-token-usage 是 DeepSeek Harness (DSH) Web GUI 的 Token 用量展示插件,由 AFAP 维护,采用 MIT 许可证。该插件无需配置且只读运行,旨在帮助用户监控会话级与全局 Token 消耗。 其核心功能包括:在会话头部显示“单会话胶囊”,展示输入、输出及上下文占用,并支持查看详细明细;在侧边栏提供“全局消耗面板”,聚合展示近 30 天每日消耗、模型分布及 24 小时用量,数据来自本地会话日志,面板开启时每 60 秒自动刷新。 插件技术约束严格,零外部依赖,基于 Node 22.22+ 内置能力解析 zstd 日志,并通过浏览器信任围栏确保

Read More
AFAP/dsh-input-file-ref:DeepSeek Harness 输入框文件引用插件

AFAP/dsh-input-file-ref 是一个已归档且不再维护的 DeepSeek Harness (DSH) Web GUI 插件。其核心功能是在输入框触发 `@` 符号后,弹出可搜索、可逐级下钻的文件选择面板,允许用户引用当前工作目录下的文件。选中文件后,插件将文件的相对路径以文本形式回填至输入框,随后由模型根据该路径读取文件内容。 该插件支持大小写不敏感的即时递归搜索,默认排除 `.git`、`node_modules` 等目录,但允许用户手动进入这些目录浏览。它具备键盘导航、中英双语界面、零外部依赖及浏览器安全围栏特性,且严格保持只读,不修改或删除任何文件。 鉴于 DSH 0.

Read More
dsh-gui:DeepSeek Harness 的原生桌面 Web 壳插件

dsh-gui 是一款由 Aaaaamadeus 维护的开源桌面应用,旨在为 DeepSeek Harness (DSH) 提供原生桌面窗口支持。它基于 Electron 构建,通过在原生窗口中加载 DSH 官方 Web UI,实现桌面化体验,同时无需重新实现 DSH 的 agent 能力。核心功能包括作为 DSH 插件安装、幂等刷新桌面快捷方式、采用沙箱模式隔离渲染进程,以及仅依赖 host-apiproxy 协议而不引入其他依赖。 安装需前置安装 DSH CLI 和 pnpm,通过 `dsh plugin` 命令将其添加至 web profile 的 bundle 中,随后启动 `dsh

Read More
dsh-todo-guard:在 DSH web 中保留 todo 并核验完成证据

dsh-todo-guard 是 DSH web 的一个 MIT 协议社区插件,旨在不修改官方 Todo 面板的前提下,在其下方挂载审阅层(Review Dock)。该插件主要解决两大痛点:一是通过 Checkpoint Resume 保留跨轮次、跨会话及重启后的未完成任务,解决官方面板数据丢失问题;二是对任务附带的证据路径进行存在性标注,区分“已验证”、“证据缺失”或“未验证”状态。 插件运行于纯本地逻辑,零模型调用且无 Token 消耗。其核心机制包括:StrictMode 下仅对证据路径做 stat 检查(不读取内容),确保非阻塞且轻量;支持通过自然语言在 Todo 项中插入证据路径;提

Read More
dsh-diff-approval:在 DeepSeek Harness 中审查待处理文件变更

dsh-diff-approval 是一个 DeepSeek Harness (DSH) 插件,旨在统一审查 agent 通过 edit、write 及 str_replace_editor 产生的文件变更。该插件自动记录成功的修改,在侧栏生成待处理列表,并提供带语法高亮、行搜索及虚拟化行的整体文件 diff 视图。 其核心功能包括多层次的控制选项:用户可对单个代码块、拖选行范围、整个文件或全部变更执行 Keep(保留)或 Revert(回退)操作。此外,插件支持 Ctrl+Z/Ctrl+Y 撤销重做、快捷键快速切换文件、行引用复制到 composer、可选的 side-by-side 对比视

Read More
dsh-plugin-translation:DeepSeek Harness 的翻译工具包

dsh-plugin-translation 是面向 DeepSeek Harness agents 的翻译工具包,旨在简化长文本翻译流程。该插件通过 `translate_kit` 工具提供多项核心功能:利用 `segment` 进行文本分块;通过 `glossary` 系列工具提取、维护及一致性检查术语表;使用 `check` 对源文与目标文进行数字、括号、长度比例及标点 QA;借助 `tone` 提供正式、口语或技术语域的语气指南;并通过 `memo` 系列工具在会话工作区持久化保存和读取翻译记忆。安装时需执行指定命令并重启 DSH,工具将自动注册。其文件操作受限于会话工作区,确保路径安

Read More
@7dgroup/dsh-7d-tray-win:dsh web 的 Windows 系统托盘与静默启动器

`@7dgroup/dsh-7d-tray-win` 是一款专为 Windows 设计的 DSH 系统托盘插件,旨在简化 DeepSeek Harness web 服务的管理。当 `dsh web` 运行时,插件会在系统托盘显示 DeepSeek 鲸鱼图标,并在服务停止后 3 秒内自动消失。用户可通过双击图标打开 Web UI,插件会自动从运行时读取端口,避免硬编码限制。右键菜单提供快捷操作,包括打开 Web UI、日志目录、重启服务及退出服务。此外,插件自动维护桌面的 `DSH.lnk` 静默启动器,实现无窗口启动服务并自动打开浏览器。该插件仅适用于 Windows 10/11,在非 win

Read More
DeepSeek Harness Timeline Navigator:为长对话增加可搜索时间线

DeepSeek Harness Timeline Navigator 是一款由 7A7K 维护的轻量级时间线导航插件(MIT 许可证),旨在解决 DeepSeek Harness 中长对话内容过多、难以定位关键信息的问题。该插件利用宿主应用的 `ChatSnapshot` 和 `data-chat-anchor-key` 契约,在不修改宿主源代码的前提下,将线性对话转化为可浏览、搜索的结构化视图。 其核心功能包括:消息搜索与跳转、按回合分组折叠/展开、会话书签管理、当前可见消息高亮,以及在跳转未加载内容时自动加载历史。插件支持移动端底部面板,并尊重 `prefers-reduced-moti

Read More
dsh-provider-quota:DSH Web GUI 的模型供应商额度查询插件

`dsh-provider-quota` 是一款用于 DSH Web GUI 的模型供应商额度查询插件,旨在解决余额分散问题。它通过侧边栏实时面板(每 60 秒自动轮询)和「设置 → 模型额度」页面,集中展示 DeepSeek、OpenAI、Moonshot、智谱、OpenRouter、SiliconFlow 及 Z.AI 等供应商的账户余额、套餐信息及 Token 用量。插件支持中英文界面,API 密钥仅在宿主侧解析,确保浏览器端安全。安装时需在 `web` profile 中添加插件并配置 bundle 层栈,随后重启服务即可使用。用户只需在模型页配置密钥,即可通过侧边栏或设置页手动或自动

Read More
dsh-codex-shared-pool:DSH 中的 Codex 多账号池插件

dsh-codex-shared-pool 是一个基于 MIT 许可证的 DeepSeek Harness(DSH)社区扩展包,旨在通过公开扩展点在不修改核心代码的情况下,增强 Codex 账号的管理能力。该插件允许用户将多个 Codex 账号纳入本地账号池,每次请求前根据模型上游额度自动选择可用账号,避免手动切换或复制 `auth.json` 文件。其核心功能包括独立 OAuth 授权链添加账号、智能账号调度(优先选择额度充足且重置时间早的账号)、进程内请求流水记录(仅保留状态和原因,不记录敏感内容)以及保留 Codex 原有的推理、搜索等能力。安装后可通过 Web 设置或本地 TUI 命令

Read More
dsh-memory-pyramid:给 DeepSeek Harness 补上时间轴记忆

dsh-memory-pyramid 是一个为 DeepSeek Harness (dsh) 提供的 MIT 许可记忆插件。其核心机制采用双层架构:底层为只追加、定宽(≤280字节)的事实日志,上层由 Agent 自主维护摘要金字塔。通过固定阅读预算机制,无论记忆总量如何增长,开局读取行数保持不变,有效降低召回成本。 插件数据默认存储在当前工作区的 `dsh_memory` 目录,纯文本格式支持 Git 管理和 Diff 审查,且支持多进程无锁共写。它作为 DSH 原生插件运行,零 npm 依赖,无需构建步骤,兼容 Windows/Linux/macOS 及 ARM64 架构。 功能上,插件提

Read More
dsh-web-plugin-explain:让 Web 插件列表展开后显示描述

`dsh-web-plugin-explain` 是一款由社区开发者维护的 DSH Web 端插件(MIT 协议),旨在解决插件增多后难以快速识别其来源和功能的问题。该插件通过增强 Web 设置中的“插件列表”页面,实现以下核心功能:1. 统一展示插件包 `package.json` 中的 `description` 描述,解析失败时显示占位符,且不影响列表正常渲染;2. 自动为非 `@deepseek-ai/` 或 `cordis:` 开头的插件添加“第三方”标签,便于区分内置与外部能力;3. 支持按插件 ID、模块名、描述文本及“第三方”标签进行综合搜索。插件已发布至 npm,用户可通过

Read More
dsh-localnote:把“以后再说”的灵感放到到点处理

dsh-localnote 是一款 DSH host 端插件,旨在解决临时想法“记录”与“处理”之间的断层。该插件允许用户在浏览器浮窗中快速记录灵感,支持设置到期时间及动作。到达设定时间后,系统可仅发送通知提醒,也可由一次性 AI Agent 将灵感展开为结构化结果(如要点拆解、执行动作)并回写。 核心功能包括随手记录(含截图)、定时回访、AI 自动执行、双通道提醒(Toast 与系统通知)及状态实时追踪。插件采用 MIT 许可证,数据本地持久化存储于 `~/.localnote`,并提供 REST 接口供查询与调试。 安装需克隆代码并在 DSH 根目录通过 `pnpm dsh plugin`

Read More
dsh-esc-stop:在 DSH Web GUI 中用两次 Esc 停止生成

dsh-esc-stop 是一个专为 DeepSeek Harness Web GUI(dsh web)开发的 MIT 许可插件,旨在通过键盘快捷键优化停止生成的操作。该插件允许用户在会话中连按两次 Esc 键(间隔需小于 400ms)来停止当前回合,其底层机制与 GUI 停止按钮一致,均通过 session.cancel 路径实现,且会保留待处理的 inbox 消息。 该插件仅适用于 web profile,不适用于 TUI 或 headless 模式。安装需在 web 目录执行 dsh plugin add 命令,并在 package.json 的 bundles 中注册插件,重启服务后生

Read More
DSH Tunnel QR Plugin 插件介绍:为 DSH Web 提供 Quick Tunnel 二维码访问

dsh-tunnel-qr-plugin 是 DSH Web 的一体化插件,用于将本机页面临时开放至公网。它通过 Cloudflare Quick Tunnel 和本机认证代理工作,无需注册第三方账号、配置域名或输入密码。用户只需安装插件并重启 Web,手机扫描右下角生成的二维码即可自动登录访问。 核心功能包括自动下载校验 cloudflared、启动隧道、生成携带一次性安全密钥的二维码(15秒自动刷新,密钥5分钟过期且仅限使用一次)。登录后使用 HttpOnly、Secure、SameSite=Strict Cookie 访问,公网入口仅连接回环地址上的认证代理,不直接暴露本地端口。插件不安

Read More
dsh-goal-quiescence:给 DeepSeek Harness 的 goal-mode 子代理完成证据加门禁

`dsh-goal-quiescence` 是 DeepSeek Harness 的 MIT 许可社区插件,旨在解决 goal-mode 中父代理可能在子代理未结束或未读取结果时提前完成目标的问题。该插件提供完成证据门禁,在观察到活跃的子代理运行结束且父代理显式读取终态输出之前,拒绝执行 `update_goal(action=complete)`。 其核心能力包括:记录子代理生命周期;阻止在运行未结束(settle)前完成 goal;强制父代理调用 `goal_quiescence_ack` 以将终态输出返回至上下文;并通过 `goal_quiescence_status` 查询仍阻塞完成的

Read More
dsh-task-estimator:会话标题栏任务估算窗口

`dsh-task-estimator` 是一款面向 DeepSeek Harness web GUI 的 DSH 插件,旨在通过会话标题栏集中展示任务预计剩余时间、token 用量及按模型估算的花费(约 CNY)。其核心功能包括基于近 5 轮趋势外推的启发式估算、支持峰谷时段计价的模型花费明细、利用当前模型进行轻量补全的 AI 智能估算(含 PERT 三点估算及复杂度分档),以及在 Agent 思考时显示的单轮耗时预估。插件提供悬停显示、点击固定、快捷键切换等交互方式,并允许用户自定义价格表、刷新间隔及恢复默认设置。安装时需注意版本差异(如 v1.1.0 与 1.1.1),可通过命令行添加插

Read More
dsh-project-memory:DeepSeek Harness 的项目记忆插件

dsh-project-memory 是专为 DeepSeek Harness (DSH) 智能体设计的持久项目记忆插件。它通过磁盘存储文档、代码符号、经验记录及任务状态,解决跨会话开发中上下文缺失问题。核心能力包括:支持 PDF/Markdown 等文档记忆及带源码引用的代码符号提取,可选集成 TypeScript 进行语义增强;采用内容哈希自动刷新及读取时记忆机制,实现文档与代码的交叉链接;基于 BM25 算法提供带有盲点警告的精准召回,并支持经验记录的优胜劣汰。此外,TaskBridge 功能支持跨会话任务的绑定、重命名及状态查看。该插件运行于 Node.js 环境,无向量数据库依赖,适

Read More
PR Genius:面向外部 PR 的评估与建议插件

PR Genius 是由 zsxh1990 维护的开源插件,定位为面向专业 OSS 贡献者和 AI 智能体的“Outbound PR CRM”。它基于历史反模式与成功模式,为提交给外部仓库的 PR 提供评估与建议,解决 PR 提交价值判断、状态跟踪及后续行动决策问题。该插件采用 MIT 许可证,要求 Python 3.10+,兼容 DSH 插件架构及 MCP 协议。核心功能包括跨仓库 PR 列表管理、9 种状态分类、陈旧检测、行动建议及基于 1355 个加载模式的策略分析,并提供 8 个 MCP 工具支持。用户可通过 pip 安装核心包,配置 MCP 服务,或使用 GitHub Action

Read More
dsh-content-studio:面向 DSH 的内容创作与多平台分发插件

dsh-content-studio 是面向 DeepSeek Harness(DSH)的内容创作与多平台分发插件,旨在解决工具分散、环境不一致及缺乏人工确认的问题。该插件整合了素材生成(文本生图、macOS 截屏录屏)、内容渲染(Markdown 转小红书卡片、自包含 HTML)及发布(dev.to/Medium API)功能,并内置浏览器浮动审阅面板以实现发布前的人工确认闭环。 插件通过 bundle 或预设复制方式安装,需 macOS 环境及 Chrome、ffmpeg 支持,并配置相应的 API Key。其核心工作流为渲染卡片后进入审阅,用户可在面板中修改样式、文案或批准发布,支持多种

Read More
dsh-web-preview-panel:DeepSeek Harness 的侧边网页预览面板

dsh-web-preview-panel 是 DeepSeek Harness(DSH)Web 版的侧边预览插件,旨在解决开发者在 AI 协作中查看代码、运行项目及交互上下文的痛点。该插件通过 DSH 自身 HTTP 服务托管工作区静态资源,提供 Markdown 渲染、代码带行号、图片直显及 HTML 预览功能。核心功能包括:自动检测并运行 Cargo、Node.js、Go 及 Python 项目,支持日志实时滚动与 AI 诊断;提供元素标记模式,允许选取页面元素并添加批注发送至对话;支持文件直接拖入对话框以路径引用形式加入草稿;以及链接点击接管,支持在侧边打开各类文件路径。插件具备会话隔

Read More
dsh-plugin-template:DeepSeek Harness 插件的最小化已验证起始模板

`dsh-plugin-template` 是一个面向 DeepSeek Harness (DSH) 插件开发者的社区起始模板,旨在解决插件“能加载但不一定可真实调用”的痛点。该模板由 `zoahdev` 维护,采用 MIT 许可证,提供最小化且经过验证的插件结构。其核心能力包括内置 `hello` 工具供 CI 真实调用以验证链路、运行时版本守卫(拒绝不兼容的 `@deepseek-ai/dsh-tools`)、以及完整的单元测试、打包集成测试和 DSH Web 启动冒烟测试。模板基于 `dsh 0.1.0-rc.6`、Node 24 和 pnpm 11 环境,支持本地 `dsh-plugi

Read More
DSH 插件 dsh-github-release-radar:无需 API key 查询 GitHub Release 与仓库信息

`dsh-github-release-radar` 是 DeepSeek Harness (DSH) 生态中的一个 MIT 协议社区插件,旨在让 Agent 无需配置 API Key 即可直接查询公开 GitHub 仓库的状态。该插件封装了四个核心工具:`github_releases` 用于列出近期发布版本;`github_repo` 提供 Stars、Forks、License 等仓库概览;`github_search` 支持按语法搜索并排序仓库;`github_repo_tags` 展示最近的 Git Tags 及 Commit SHA。所有功能均基于匿名访问,受限于每小时 60 次的

Read More
DSH Agent Bridge:在 DeepSeek Harness Web 中接入 Grok Build

DSH Agent Bridge是一款将Grok Build作为根Agent接入DeepSeek Harness (DSH) Web的插件,由`zmh2000829`维护,安装名为`dsh-grok-acp`。它允许用户在同一个DSH Web页面中自由切换DSH Agent和Grok Build两种模式,并复用DSH原生的输入框、工具展示、权限确认及Markdown diff界面。 核心功能包括:在空白会话中动态选择Harness,首轮消息后锁定以避免历史混淆;将ACP流式输出映射为DSH可读的回答、思考及工具调用时间线;支持`/usage`、`/model`等Grok命令;以及通过独立进程管

Read More
dsh-share:为 DeepSeek Harness 会话生成只读局域网分享链接

dsh-share 是一个面向 DeepSeek Harness (DSH) web 配置文件的 MIT 许可证插件,由 zljr 维护。其核心功能是将当前会话冻结为自包含、只读的 HTML 快照,并生成仅限同一局域网访问的令牌链接,从而避免直接暴露主服务端口。插件在会话头部提供 Share 按钮,点击后通过独立的只读 HTTP 服务器(默认绑定 0.0.0.0:3081)提供页面,主服务保持仅本地回环访问。分享页面无 JavaScript 和外部资源,包含 Markdown 渲染、工具调用合并、上下文统计及明暗主题支持。链接使用 128-bit 随机令牌,支持撤销及 1h/24h/7d 过期

Read More
dsh-settings-drawer:选择 DSH Web UI 设置侧栏显示哪些栏目

dsh-settings-drawer 是 DeepSeek Harness (DSH) Web UI 的一款纯客户端插件,旨在解决安装多插件后设置页左侧导航栏目过多导致查找成本高的问题。该插件允许用户自定义显示或隐藏左侧导航中的任意设置栏目,更改立即生效并保存在浏览器 localStorage 中。其核心优势包括:自动发现并同步新插件注册的栏目,移除插件后自动清理残留列表;提供手动刷新按钮以重新同步;默认保护 General、Models、Plugins 和 Agent Presets 等核心页面。插件无额外服务依赖,无网络调用,采用 MIT 许可证。安装时需根据使用的 profile(we

Read More
dsh-approval-voice:为 DSH Web GUI 审批弹窗增加语音提醒

dsh-approval-voice 是 DSH Web GUI 的社区插件(MIT 协议),用于在出现审批或提问弹窗时播放升调提示音并进行中文语音播报,帮助用户减少因视线离开页面而漏看请求。该插件监听 DOM 中的特定标记(如 data-approval-key 等),通过 SpeechSynthesis 实现语音提醒,支持每个请求仅提醒一次。用户可通过设置界面调整开关、音量及试听,配置保存在浏览器 localStorage 中。安装需执行 dsh plugin add 命令并重启服务,支持远程仓库或本地链接安装,也可通过控制台接口进行调试。该插件依赖系统安装的中文 TTS 语音,若无中文语

Read More
dsh-archive-manager:从 DSH Web 侧边栏删除已归档会话目录

dsh-archive-manager 是一款由 zimixvx 开发的 DeepSeek Harness Web 插件,采用 MIT 许可证。它旨在帮助开发者清理 `$DSH_HOME/sessions` 下已归档会话的磁盘目录,而不仅仅是移除界面记录。该插件不修改 DSH 核心或配置文件,仅在用户二次确认后删除对应会话目录。其核心功能包括在侧边栏增加归档管理入口,列表展示已归档会话的标题、路径及更新时间,并提供带双重确认机制的删除按钮。删除成功后,插件会自动刷新会话和工作区数据。安装可通过 GitHub 或本地路径添加至 Web Profile,并需在 `package.json` 的 b

Read More
dsh-novel-reader:在 DSH Web 里加一个轻量小说阅读面板

dsh-novel-reader 是 DSH 的一款轻量级小说阅读插件,旨在让用户无需切换浏览器即可在 DeepSeek Harness Web 内直接阅读小说。该插件由 ZhuSheng-0807 维护,采用 MIT 许可证,要求 Node >= 20。其核心功能包括可拖动、缩放及位置记忆的悬浮阅读面板,支持明暗主题适配;提供分页目录、多本收藏书架、自动保存及恢复阅读进度、章节预缓存以及按书名搜索换书等便捷操作。插件结构为纯 JS 无构建,通过 Host 注册路由负责内容抓取与解析。安装仅需执行 `dsh plugin --profile web add dsh-novel-reader`

Read More
dsh-finance-db:DeepSeek Harness 的只读市场数据插件

dsh-finance-db 是专为 DeepSeek Harness (DSH) 设计的只读金融数据插件,旨在通过直接调用外部数据工具替代不稳定的网页解析,解决模型获取行情、新闻等数据的噪声问题。该插件基于 MIT 协议,严格限定于只读分析,不支持交易执行、资金移动或账户访问。其核心功能包括获取实时报价、历史 OHLCV 数据、基本面指标、近期新闻标题、市场概览及数据服务健康检查等,部分功能如情绪分析需挂载额外 Provider。用户可通过 npm 命令将其安装至 DSH 的 web profile,并在 Prompt 中显式指定工具名(如 finance_quote)以确保精准调用。该插件

Read More
zhangzujian/dsh-subprocess-inherit-environment:让 DSH 子进程继承完整 Harness 环境

dsh-subprocess-inherit-environment 是一个用于 DSH(DeepSeek Harness)的可移除插件,旨在解决默认凭据清洗机制导致子进程无法获取完整环境变量的问题。该插件通过包装 ctx.subprocess 服务,在创建子进程时保留并传递当前 Harness 进程的完整 process.env,同时确保调用方的显式环境覆盖及 undefined 状态不被破坏。 安装需克隆仓库并添加到 DSH profile,移除后可恢复默认隔离行为。插件适用于专用、可信的本地部署场景,如某些 CLI、脚本或 MCP server 需要读取环境值的情况。但需注意,启用该插件

Read More
`think-like-codex`:面向 DSH 的 Codex 风格计划、证据与反循环策略插件

`think-like-codex` 是面向 DeepSeek Harness (DSH) 的行为策略插件,旨在通过“计划、证据、目标及反循环”机制优化编码智能体的复杂任务处理。该插件由 zhangnan 开发,采用 MIT 许可,作为 DSH Profile Bundle 自动挂载,不重复注册工具或直接修改会话文件。其核心功能包括:自动检测复杂请求并进入 Plan mode;在调用特定数量工具后触发探索检查点或硬性限制;强制要求在执行变更操作前确立目标与待办列表;区分事实、推断与假设;以及在工具重复失败时提示更换方法或向用户求助。插件支持中英文请求,并可复用 DSH 内置的规划与询问能力。用

Read More
dsh-ui-beautify:给 DSH Web UI 换配色、背景和卡片布局

dsh-ui-beautify 是一款针对 DSH 0.1.1-rc.2 及以上版本 Web 界面的社区插件,由 Zalpha263 维护,采用 MIT 许可,支持 Windows、Linux 和 macOS。该插件旨在增强 DSH Web UI 的外观与布局能力,核心功能包括四套配色预设(默认、深海蓝、暖沙、松石绿)的深浅色模式切换、支持本地上传并自动压缩的整页背景图(存储于 localStorage,约 5MB 配额)、以及 VSCode 式的卡片布局系统。在卡片布局中,侧栏、会话区和插件面板可拖拽至浮动或吸附到屏幕五向停靠区,支持手柄拖拽调整宽度、四边缩放及自动折叠功能。插件提供统一入口

Read More
ai-company-framework:一句话创建多角色 Agent 公司

ai-company-framework 是 DeepSeek Harness 的一个 MIT 许可插件(v0.3.10),旨在通过一句话创建由 Writer、Developer、QA 等多角色 Agent 组成的协作“公司”。其核心能力包括启用 `/company` 模式后运行多 Agent 工作流、按客户隔离 SQLite 档案以沉淀上下文,以及通过飞书实现 Agent 主动推送和人工决策门审批,确保重大操作经用户手机批准后方可执行。该插件注重本地安全与数据边界,安装包无预置用户数据、无遥测及向量数据库,密钥使用 Windows DPAPI 本地加密,且支持通过 `dsh plugin`

Read More
oh-my-dsh:面向 DeepSeek Harness 的多代理编排插件

oh-my-dsh 是由 YYTbit 维护的 DeepSeek Harness (DSH) 社区插件,采用 MIT 许可证,旨在提供多代理编排能力。该插件将开发任务拆分为探索、规划、实现、审查及调试等环节,通过五个专职代理(Explorer、Architect、Implementer、Reviewer、Debugger)和四个工作流技能(Autopilot、Deepwork、Review、Reflect)协作完成复杂任务。核心功能包括并行执行、依赖跟踪、运行时模型配置切换及任务流程自动化。用户可通过 `dsh plugin --profile your-profile add oh-my-d

Read More
dsh-plugin-codex-bridge:将 OpenAI Codex 的 skills、instructions 和 configuration 接入 DeepSeek H

dsh-plugin-codex-bridge 是一款由 YYTbit 维护、基于 MIT 许可证的 DSH 插件,旨在解决 OpenAI Codex 本地文件难以复用的问题。该插件实现“零迁移”,通过将 Codex 的 skills、instructions 和 configuration 自动桥接至 DeepSeek Harness,避免用户手动搬运或调整分散的文件。具体功能包括:将 ~/.codex/skills 下的文件注入为可用技能,将 instructions.md 注入系统提示词,以及从 config.toml 注入模型上下文。用户可通过 dsh 命令在指定 profile 中安

Read More
dsh-turn-rail:DSH Web 的自动隐藏轮次导航

dsh-turn-rail 是面向 DeepSeek Harness (DSH) Web 的轻量级浏览器 UI 插件,由 Yujm888 开发,采用 MIT 许可证。它旨在解决长对话界面拥挤问题,在会话右边缘提供自动隐藏的轮次导航栏(Turn Rail)。该插件无设置项、无额外面板且零运行时依赖,不介入模型请求。 核心功能包括:指针靠近右边缘时自动淡入显示;通过分层点击区域实现轮次跳转与预览;支持搜索用户消息并快速定位;在长会话中展示最多 30 个标记并支持内部滚动;且能自适应 DSH 主题与视口。安装要求 DSH 版本 >= 0.1.0-rc.6 且 Web Profile 需支持 sess

Read More
dsh-decision-split:DSH Web UI 的分屏阅读插件

`dsh-decision-split` 是一款由 yuanbaoerer 维护的 DSH Web UI 插件,旨在解决 Agent 消息过长挤占主窗口上下文的问题。该插件遵循「一切皆插件」理念,为已完成轮次中的含文本 Agent 消息提供侧栏阅读入口。核心功能是在消息尾部显示「在侧栏查看全文」按钮,点击后在右侧详情栏独立滚动展示完整 Markdown 内容(支持表格、代码块等),并自动提取首个标题作为栏名。侧栏默认宽度 480px,支持通过再次点击按钮、右上角关闭或点击其他消息按钮进行收起与切换。该插件不含内嵌输入框或决策回传功能,决策交互仍依赖原生 `ask_user_question`。

Read More
dsh-pin:给 DeepSeek Harness 侧边栏会话加两级置顶

dsh-pin 是一款由 Yu-tao-Li 维护的 DSH 插件,旨在优化 Web GUI 侧边栏的会话管理体验。该插件采用纯客户端架构,零运行时依赖,通过增加两级置顶功能提升常用会话的可访问性:📌 工作区内置顶利用宿主官方 API 持久化顺序,适合单工作区管理;⌃⌃ 全局置顶区实现跨工作区快速访问,仅影响显示层级且取消时精确还原位置。插件支持多会话同时置顶、级别切换,并自动适应不同列表模式。安装需执行特定命令并重启服务,要求 Node >=22 环境。虽然它不改 DSH 本体且安全性较高,但仅限 Web GUI 使用,且因依赖内部结构,大版本升级后可能失效。总体而言,dsh-pin 为高频

Read More
dsh-skills-bridge:把 Claude Code 技能接入 DeepSeek Harness

dsh-skills-bridge 是一款由 YTyangtao666 维护的 MIT 许可 DSH 插件,旨在解决 Claude Code 技能无法在 DeepSeek Harness (DSH) 中自动发现的问题。该插件无需迁移或复制文件,而是通过扫描 `~/.claude/skills` 和 `~/.agents/skills` 目录下的 `SKILL.md`,将其注册为 DSH 的 `SkillProvider`。它具备零 npm 运行时依赖,支持将 Claude Code 的 frontmatter 归一化为 DSH 格式,并保留关键元数据。用户可通过 `cordis.patch.y

Read More
DSH Profile Lab:DeepSeek Harness 的本地实验与发布门禁工具

DSH Profile Lab 是 DeepSeek Harness 的本地实验与发布门禁工具,采用 MIT 许可证。它允许在隔离环境中重复运行多个 DSH profile 或 patch 组合,基于官方持久化 session 事件计算质量、Token、费用、时延和稳定性,并输出 JSON、MD、HTML 格式的审计报告。核心功能包括提供 `profile_lab_run`、`compare`、`gate` 三个 DSH 工具及对应 CLI 命令,支持 Web 端“Profile 组合对比”页签,并具备可恢复执行能力。运行需 Node.js 22.19+ 或 24+、pnpm 11 及 DSH

Read More
dsh-open-explorer:为 DSH Web GUI 增加 Workspace 文件夹打开入口

dsh-open-explorer 是由 YooRarely 维护的 DeepSeek Harness (DSH) 社区插件,旨在为 DSH Web GUI 提供便捷的 Workspace 根目录打开入口。该插件遵循 MIT 许可证,通过公开的 Client Connection Host RPC 和 Header Slot 工作,不修改或依赖 DSH 源码。其核心功能包括在会话标题右侧添加文件夹按钮,以及在工作区菜单中增加“在资源管理器中打开”选项,点击即可调用 DSH 主机命令直接打开当前 Workspace 根目录。该插件支持 Windows、macOS、Linux 及 WSL 平台,并

Read More
Harness Plugin Store Optimized:dsh-plugin-hub 0.1.6 的定制优化版

`dsh-plugin-store-optimized` 是 DSH web 插件商店 `dsh-plugin-hub` 0.1.6 的社区定制优化版,旨在解决安装链路中的痛点并修复上游 Bug。其核心功能包括:支持在设置中配置插件下载目录,默认保留在 `<DSH_HOME>/plugins`;安装前自动检测 Bundle 层入口 ID 冲突,防止插件树崩溃;当 `pnpm` 不在 PATH 中时自动回退至 Harness 本地 Shim,确保安装成功;准确提示需重启 DSH 才能生效,并在启用超时时透传真实错误原因。此外,该版本完善了 scoped 包支持,并修复了 YAML 卸载误判、补丁

Read More
dsh-code-review:将 git diff 打开成独立 Code Review 页

yangzhe1991/dsh-code-review 是一款专为 DSH Web 会话开发的代码评审插件(MIT 协议)。它旨在解决在聊天窗口中查看 `git diff` 的不便,当会话中出现 diff 代码块或 bash 工具行时,提供“在新标签页打开”按钮,将 diff 渲染为独立的代码评审页面。 核心功能包括:支持双列并排视图,清晰展示新旧文件差异,具备行号、字符级高亮及基础语法高亮(关键字、字符串等);保留 `@@` hunk 分隔和多文件区块显示,提供文件导航侧边栏及顶部统计栏。评审页继承 DSH 主题颜色,支持浅色/深色模式及中英文界面。用户可在行号处添加行内评论,提交后自动以

Read More
DSH Feishu 插件:飞书机器人桥接 DeepSeek Harness

`yangzhaofeng496/dsh-feishu-plugin` 是一个基于 MIT 许可的社区插件,旨在将飞书/Lark 机器人接入 DeepSeek Harness (DSH),实现本地智能体任务的移动端管理。该插件支持通过飞书长连接接收文字任务,并具备用户白名单授权、实时进度反馈、跨任务上下文隔离与持久化、一次性权限审批及文件双向传输等核心功能。 主要工作流程包括:用户通过飞书下发任务,插件将其交给指定的 DSH profile 执行;执行期间定时更新消息显示进度和输出;支持管理员审批高风险操作;任务结果及生成的文件自动回传至飞书。插件采用串行队列防止工作区冲突,并内置超时、输出长

Read More
dsh-memory:DeepSeek Harness 的长期记忆插件

dsh-memory 是面向 DeepSeek Harness (DSH) 的 MIT 许可长期记忆插件,旨在解决多会话工作中用户偏好、验证步骤及失败教训缺乏稳定载体的问题。它通过 GitHub 分发,利用结构化抽取将已完成会话中的可复用信息转化为摘要与记忆文件,并自动注入后续会话。核心功能包括:会话结束后的防抖抽取(默认3分钟)、全局冷却整合(默认6小时)至 MEMORY.md 与 memory_summary.md、摘要常驻注入,以及提供 memory_list、memory_read、memory_search、memory_add 四个查询与添加工具。其中 memory_add 仅在用

Read More
dsh-document-review:本地浏览器里的 Markdown 审阅插件

dsh-document-review 是一款由 yabo083 维护的 DeepSeek Harness 插件,用于在 DSH 中审阅 Markdown 文档。它支持单文件或目录审阅,通过本地浏览器只读渲染文档,允许用户选中文本添加评论、建议替换或删除。注释以 append-only 方式存储于本地 JSONL 文件,并包含文本锚点及源文件哈希以校验状态。 该插件不直接编辑源文件,而是由智能体读取侧栏注释后,通过常规文件编辑工具应用修改。目录模式下,它会递归处理最多 500 个 .md 文件,自动跳过 node_modules、.git 及构建产物。配置支持全局与工作区分层覆盖,并持久化到指

Read More
dsh-xiaohongshu-viral-note:把小红书爆款笔记 Skill 以 DSH 插件分发

`dsh-xiaohongshu-viral-note` 是一个 MIT 许可的 DSH bundle 插件,由 xuboboo 维护,旨在简化 DeepSeek Harness 中处理小红书爆款笔记的流程。该插件将 skill 包、参考文档、脚本及发布约束封装在一起,解决了手动装配能力的问题。安装后,它会在 `ctx.skills` 注册 skill provider,支持热门笔记研究、选题、文案生成与改写、合规校验、账号权重分析、扫码登录及受控发布等功能。用户可通过 `dsh plugin add` 命令安装并重启 DSH 启用。虽然插件本身不依赖 Python,但其脚本运行需 Pytho

Read More
XJungit/omdp:可独立安装的 DeepSeek Harness 插件集

`XJungit/omdp` 是一个 DeepSeek Harness(DSH)插件 monorepo,包含三个可独立安装的 MIT 许可插件。`@omdp/dsh-connector` 在 DSH Web UI 中统一管理 MCP servers、用户 skills 及只读市场浏览,市场数据仅在内存中保留 30 分钟。`@omdp/dsh-key-fallback` 提供多 API key 池管理,支持自动轮换、状态显示及冷却/删除操作,但重发功能由 DSH 自带的 `dsh-llm-retry` 处理。`@omdp/dsh-vision-bridge` 允许 text-only 模型通过配

Read More
dsh-session-actions:DSH Web 会话菜单增强

`dsh-session-actions` 是一款 DeepSeek Harness Web 插件,旨在补全 DSH Web 会话管理功能。它在会话行菜单末尾追加四项操作:复制会话 ID 至剪贴板、置顶常用会话(配置存于本地 JSON 文件)、导出会话内容为 Markdown 格式,以及永久删除会话目录(需二次确认,非归档)。该插件不修改官方组件,由 `xingyingyuzhui` 维护,采用 MIT 许可证,运行环境要求 Node.js 版本不低于 20。安装时需确保本机可运行 `dsh web`,通过执行 `dsh plugin --profile web add` 命令从 GitHub

Read More
dsh-quick-attach:把粘贴图片转成可发送给 AI 的路径

ximisi/dsh-quick-attach 是一款面向 DSH web GUI 的 MIT 许可插件,旨在简化图片识别工作流。它解决了传统手动保存图片并输入路径的繁琐步骤,允许用户在会话输入框直接粘贴图片。插件会自动将图片保存到配置目录,并将绝对路径追加至消息草稿,随消息发送给 AI,供其利用文件工具和视觉能力读取识别。该插件通过 host 接口处理保存与配置,并在客户端拦截输入框粘贴事件。安装后,用户需在设置中启用并配置保存目录(默认为 `<DSH_HOME>/quick-attach`)。典型用法包括粘贴图片、自动保存并发送路径。需注意,该功能仅作用于会话输入框,会替换原生的图片附件发

Read More
xie-tj/dsh-token-usage-ledger:DSH Web profile 用量账本与 Usage 仪表盘

文章介绍了社区仓库 `xie-tj/dsh-token-usage-ledger`,这是一个为 DeepSeek Harness Web profile 设计的 MIT 许可证插件。该插件旨在解决用量信息分散且重启后丢失的问题,提供持久化的用量账本和可视化仪表盘。 核心功能包括记录每次 provider dispatch(含失败与重试),保存输入、输出及缓存 token,并支持基于 session 历史的数据回填。在 Settings → Usage 界面中,用户可按提供方、模型及时间范围(7/30天)筛选,查看包含曲线、柱状图及 API 请求次数的详细数据,同时单独展示缓存命中情况。 安装需

Read More
dsh-draw-router:给 DeepSeek Harness 增加统一绘图路由

`dsh-draw-router` 是 DeepSeek Harness (DSH) 的统一绘图路由插件,旨在解决不同 OpenAI 兼容图像生成服务接口不一致的问题。该插件通过注册 `draw_image` 和 `draw_list_sources` 两个 Agent 工具,允许 DSH Agent 在对话中直接调用绘图功能,并支持自动发现可用图像模型,无需依赖固定模型清单。它兼容 SenseNova、StepFun、Qwen、Hunyuan 等多种提供商,配置时只需指定 API Root 即可自动适配路径。除 Agent 集成外,插件还提供 REST API 用于管理绘图来源及发起绘图请求

Read More
dsh-tui:一个面向 DeepSeek Harness 的 DSH 终端 TUI 插件

dsh-tui 是由 xiaoshihou514 维护、采用 MIT 许可的 DeepSeek Harness (DSH) 社区插件,旨在为 DSH 提供极简的交互式终端界面(TUI)。它并非独立聊天客户端,而是通过 DSH 插件机制实现的扩展功能,允许用户在终端中更便捷地与 DeepSeek Harness 交互。 安装需先全局安装 DSH CLI(`npm i -g @deepseek-ai/dsh`),随后在 `tui` profile 中添加该插件(`dsh plugin --profile tui add "github:xiaoshihou514/dsh-tui#main"`),最

Read More
dsh-session-surgeon:修复无法加载的 DSH 会话,并让新会话引用旧会话

dsh-session-surgeon 是一款 MIT 许可的 DSH 插件,旨在解决 DeepSeek Harness 会话无法加载及上下文继承问题。它提供会话修复、检查、导出及 ID 复制功能,兼容 `@deepseek-ai/dsh@0.1.0-rc.6`。 核心功能包括:在 DSH 会话菜单和侧边栏中提供“复制会话 ID”、“inspect”及“dry-run repair”入口,支持浏览、修复、预览和导出 JSONL。该插件能修复 seq gap、torn zstd frames、lone surrogates 及缺失 message ID 等错误,inspect 仅警告不伪造结果。

Read More
dsh-obsidian-export:把 DSH 对话导出到 Obsidian vault,并提供笔记读取与检索工具

dsh-obsidian-export 是一款 DeepSeek Harness (DSH) 插件,旨在将 DSH 会话沉淀为本地 Markdown 知识库。它不依赖 Obsidian 应用本体,而是将 vault 视为存放 Markdown 文件的目录,提供导出会话、读取笔记、全文搜索、目录列表、标签聚合及反向链接查询等六大模型工具。插件支持多种导出模式(如 create, skip, update, overwrite, dry-run),允许用户灵活控制数据写入行为,并通过 dry-run 预览避免误覆盖。安装时需指定 profile 并重启进程以挂载工具层。该插件适合需要将 AI 对话

Read More
dsh-gamemode:用 /gamemode 切换 DeepSeek Harness Agent 预设

dsh-gamemode 是 DeepSeek Harness (DSH) 的一个斜杠命令插件,旨在让用户在新会话开始前,通过命令快速切换 Agent 预设,无需依赖 Web UI 手动选择。该插件支持 /gamemode 1 (或 creative) 切换至“创造模式”(cordis 预设),/gamemode 0 (或 survival) 切换至“标准模式”(standard 预设),以及使用 /gamemode 查看当前预设。其核心功能是将 live agent 重新挂载到目标预设的 standing mount,并记录选择状态,确保在 resume 或 fork 会话时能重建相同的组合

Read More
xavier711/dsh-plugin-deepseek-usage:给 DSH Web GUI 增加 DeepSeek 用量面板

`xavier711/dsh-plugin-deepseek-usage` 是一款面向 DeepSeek Harness (DSH) Web GUI 的用量面板插件。它旨在为用户提供集中的 DeepSeek 账户余额查询与本地会话用量统计功能。该插件在侧栏底部增加「Usage/用量」入口,主要功能包括:1. 账户余额:配置 API key 后可实时查询官方余额数据;无 key 时仅显示提示。2. 本地统计:基于本地会话日志重放请求记录,提供今日、7 天及全时段的 token 统计、图表及按模型/workspace 的细分数据。3. 费用估算:依据官方价格及峰谷计价规则(含周末优惠)自动计算费用

Read More
@jieai/dsh-plugin-vet:DSH 插件装前审核与运行时守卫

@jieai/dsh-plugin-vet 是由 wulun811 维护的 MIT 许可工具,专为 DeepSeek-Harness (DSH) 插件生态提供安全审计与运行时监护。鉴于 DSH 插件以进程权限运行,该插件旨在解决装前审计与运行时监控需求,但不提供插件市场或默认拦截处置功能。其核心能力分为两部分:装前审计通过确定性静态扫描生成评分卡,执行供应链检查(如 typosquat、OSV)、检测数据外泄与勒索软件行为,并建立完整性基线;运行期监护则启用 T1 哨兵(监控内存、文件描述符、子进程)及 T2 钩子(拦截文件系统、子进程、网络调用),支持 N7 确认阻塞机制。默认配置为仅报告模

Read More
dsh-chat-manager:在 DeepSeek Harness 侧边栏管理会话归档

dsh-chat-manager 是 DeepSeek Harness(DSH)的非官方社区插件,旨在增强原生侧边栏的会话管理能力。该插件主要解决归档会话难以查找、聊天记录缺乏检索入口及误删风险等问题。其核心功能包括在侧边栏中浏览和搜索已归档会话、按名称、工作区或聊天内容检索、一键恢复会话至原工作区,以及提供带有二次确认的安全永久删除机制。若会话存在运行中任务,插件会先安全停止再删除。用户可通过标准命令安装指定版本,安装或更新后需重启 DSH 生效。该插件仅以 bundle 层扩展功能,不替代核心机制,卸载时也不会删除现有会话数据。使用时需注意永久删除不可撤销,建议提前备份;插件以当前进程权限

Read More
dsh-model-capability:在 DeepSeek Harness 中明确模型输入类型

`dsh-model-capability` 是 DeepSeek Harness (DSH) 的一款 Web 端插件,旨在通过输入类型选择器明确声明模型支持的输入能力,避免依赖模型名称猜测。该插件利用 `settings.models.model.fields` 扩展点,在模型配置页提供“继承默认值”、“文本”、“图片”及“文本+图片”四个选项,并直接映射写入模型配置的 `input` 字段,如 `["text", "image"]`。插件保留 Harness 原生表单提交与持久化逻辑,仅更新当前模型行的能力声明,同时支持深浅主题自适应及多语言文案。安装命令为 `dsh plugin --p

Read More
DeepSeek Protocol Doctor:在 DSH 中离线排查 DeepSeek 请求、工具循环和 SSE 流

DeepSeek Protocol Doctor 是一款由 Whning0513 维护的 MIT 许可第三方 DSH 插件,旨在离线检查 DeepSeek 请求、工具循环及 SSE/JSONL 流,解决因请求响应拼接错误导致的工具调用失败或参数非法 JSON 等问题。它不调用模型,仅提供静态检查,核心功能包括 `deepseek_protocol_check`(检查请求和消息历史)和 `deepseek_stream_check`(检查录制流)。该工具可检测 `tool_call_id` 缺失、流式 delta 交错、`reasoning_content` 丢失、strict schema 配

Read More
dsh-projects:为 DSH 增加项目化工作流

dsh-projects 是一款由 WenhongPan 维护的 DSH 插件,旨在将零散的 Workspace 和会话整理为清晰、可搜索的项目工作流。当前版本为 0.3.0-alpha.2,基于 DSH 现有数据,不建立第二套数据库。核心功能包括项目侧边栏(支持排序、收藏)、按项目分组的全局搜索(含聊天正文索引)、多文件夹项目组合、集中式归档中心以及优化的目录选择窗口。该插件兼容 DSH Desktop 和 Web UI,安装时需根据桌面端或 Web 端分别执行插件添加命令并重启服务。它提供独立任务目录自动创建功能,并在远程 Web UI 场景下使用 Host 端应用内浏览器以避免远程系统窗

Read More
DSH 插件:wellorbetter/dsh-product-delivery-workflow 产品交付工作流

`wellorbatter/dsh-product-delivery-workflow` 是一个 MIT 协议的 DeepSeek Harness 插件,旨在为长难任务提供 100% AI 原生的产品交付工作流。该插件由 `wellorbetter` 维护,包含一个工作流技能及九个角色智能体技能,支持从输入 brief 开始,自主执行研究、产品决策、PRD 制定、架构设计、并行实现、评审、测试、记忆进化及发布审计,最终生成报告。 核心特性包括:10 阶段门禁管理,无需手动逐条触发;评审闭环机制,问题最多回溯 5 轮处理,未通过则请求人工介入;产物持久化至 `.opencode/workflow

Read More
Window Stats:DeepSeek Harness Web 的跨会话统计插件

wellorbetter/dsh-plugin-window-stats 是一个面向 DSH Web 的 MIT 许可证本地只读插件,旨在解决多会话并行运行时缺乏全局观察面板的问题。该插件无需外部网络请求,不写入会话数据,提供全窗口概览、会话分析及右侧抽屉视图。核心功能包括实时监控所有会话的进度、Token 用量及基于 DeepSeek 官方定价(区分 V4-Flash/Pro 及缓存命中状态)的成本估算,支持 USD、CNY 等多种货币切换。此外,插件提供 Token 趋势图、工具耗时分布、热力图及每轮任务摘要,侧栏底部持续显示运行计数与总消耗。安装简单,通过 `dsh plugin` 命令

Read More
dsh-opencodego-quota:在 DSH Web GUI 左侧栏常驻展示 OpenCode Go 额度

dsh-opencodego-quota 是 DSH Web GUI 的 MIT 许可插件(v1.0.5,需 Node 18+),用于在左侧栏常驻展示 OpenCode Go 额度信息,减少手动查询成本。它从 OpenCode 官方用量接口获取数据,实时显示日(近5小时)、周、月三个窗口的额度进度条(绿转红渐变)、已用金额、配额及重置时间,并支持按北京时间显示计费时段与 24 小时色带。插件每 30 秒本地刷新,允许用户设置 5–3600 秒的自动刷新间隔(持久化于 localStorage),也可手动触发刷新。API Key 按顺序自动从 DSH 凭据、环境变量或 OpenCode CLI

Read More
WeirdSky924/project-change-router-skill:面向 AI coding agent 的项目级变更路由与边界治理

`WeirdSky924/project-change-router-skill` 是一款面向大型仓库的 AI 编码治理插件,适用于 Codex、Claude Code 和 DeepSeek Harness。旨在解决 AI 代理因局部上下文缺失导致的重复实现、架构违规及依赖混乱问题。该插件在代码修改前强制执行路由与门禁检查,通过生成项目本地的路由 bundle 和报告,识别模块归属、公共 API 及依赖方向,并输出包含 `execution_gate` 状态的强约束证据。其核心机制将“路由建议”与“写权限”分离,通过 `blocked`、`conditional` 和 `pass` 三种门禁状

Read More
webkong/dsh-plugin-sidebar:DeepSeek Harness 左右侧栏插件

webkong/dsh-plugin-sidebar 是专为 DeepSeek Harness (DSH) Web 端开发的插件,旨在通过左右侧栏增强会话与文件管理能力。左侧栏支持按工作区分组浏览会话,提供状态显示、搜索、重命名及归档等一键操作;右侧栏集成文件浏览器与 Git 面板,支持懒加载目录、文件搜索、Git 状态查看、Diff 预览、提交历史管理及分支切换。此外,插件基于 CodeMirror 6 提供文本文件的语法高亮、编辑及保存功能,并支持全中文/英文界面及 DSH 主题自动适配。安装时需注意 dsh 版本兼容性(如 dsh ≥ 0.1.2 建议搭配插件 v0.3.2),通过 Gi

Read More
dsh-agent-pricing:DeepSeek Harness 的实时会话成本预览

`dsh-agent-pricing` 是专为 DeepSeek Harness Web profile 开发的 MIT 许可插件,旨在解决会话式开发中 Token 消耗与成本追踪的问题。该插件提供三大核心功能:一是在输入区下方实时显示当前会话累计成本,每 5 秒刷新并支持 CNY/USD 切换;二是展示今日用量浮层,包含 Token 明细、小时级柱状图及模型拆分;三是注册 `price_estimate` 和 `session_cost` 工具,允许 Agent 自主查询预估价格或完整会话成本。插件价格同步自 DeepSeek 官方页面,支持峰谷电价感知,并在抓取失败时自动回退至仓库或内置价

Read More
visual-review:让 DSH Web 显示图片并调用视觉解读

visual-review 是 DSH 的一个 MIT 许可插件,旨在解决 Web 聊天界面中图片无法直接展示及文本模型无法理解图片内容的问题。该插件支持在 DSH Web 中渲染 PNG、JPEG 等格式图片,并提供 `visual_review` 工具,通过调用视觉多模态模型返回图片的中文描述,涵盖文字、物体、场景等内容。 插件支持双引擎模式:优先使用 OpenAI 兼容的云端多模态 API,未配置时自动回退至本机 Qwen3-VL-8B 模型,确保数据隐私。用户可通过 `visual_review_config` 工具灵活查看或更新云端配置(URL、API Key、模型),或将配置清空以

Read More
dsh-search-failover:DSH 的 provider 级搜索与抓取池

dsh-search-failover 是 Walvez 维护的 DSH 插件,旨在解决单一后端额度耗尽或网络故障问题。它在 Provider 级透明接管 DSH 的 `web_search` 和 `web_fetch` 功能,保持原生工具签名不变,将多个搜索与抓取后端纳入统一调度池。 该插件核心功能包括:支持“优先顺序 Failover”和“加权轮询”双重路由策略;具备智能额度感知与熔断机制,针对额度耗尽和瞬时错误实施不同冷却期并自动探活;提供 `web_search_from` 技能允许 AI 自主选择 Exa、Tavily 等引擎换源;支持同一后端多 API Key 轮换以最大化利用额度

Read More
DSH 圆桌插件:在 @ 提及中组织多角色讨论

DSH 插件 dsh-round-table 支持在对话中通过 @ 提及不同 AI 角色进行评审或讨论。左侧边栏可创建并持久化角色,配置包含 System Prompt、性格参数及限 2000 字符的 SOUL.md 文档,数据原子写入至本地 state.json。 核心功能分为单角色与多角色模式:单角色模式下,AI 以该身份第一人称回答,并可调用 DSH 宿主工具(如读文件、执行命令);多角色模式下(单次最多 4 个),各角色以独立 Agent 会话串行接力讨论一轮,随后由主持人收敛共识、分歧及行动建议。为防止死循环,多角色讨论阶段禁用工具,并设有单角色 90 秒、整体 120 秒的超时保护

Read More
dsh-tdai-memory-adapter:把 DSH 接到已有 TencentDB Agent Memory

`dsh-tdai-memory-adapter` 是 DeepSeek Harness (DSH) 的轻量级适配插件,旨在复用已运行的 TencentDB Agent Memory Gateway/Core,避免在本地重复构建记忆栈。该插件主要解决三大核心问题:在 DSH 动作前自动检索相关记忆注入上下文、在对话结束时捕获并交由现有 MemoryCore 处理、以及提供一组只读搜索工具(包括记忆、对话历史和 Skill 搜索)。 与全量移植记忆系统的 `dsh-tdai-memory` 不同,本插件不复制 MemoryCore,不管理本地存储,仅负责生命周期事件触发和工具注册。其优势在于轻量

Read More
dsh-code-reference:DSH 代码参考检索与复用调查插件

dsh-code-reference 是 DeepSeek Harness(DSH)的代码参考检索插件,定位为候选发现器而非自动决策器。它旨在需求澄清后、编码前介入,通过调查本地代码、系统画像及开源平台(GitHub、npm、GitLab、Gitee)中的可复用资源,向用户呈现候选清单与价值权衡。插件由 core、tools、decision 三个模块组成,支持架构级复用及四档决策(直接复用、改造、引入依赖、重写),并依据许可证、语言等政策约束进行自动评估。当前状态为可靠 Beta 版,适用于企业内部试点。安装需固定版本并校验完整性,建议配置 GitHub Token 以提高检索配额。安全方面

Read More
dsh-unarchive:DSH 归档会话回收站

`dsh-unarchive` 是一款面向 DeepSeek Harness (DSH) `web` profile 的独立第三方插件(MIT 许可证),旨在补全会话归档后的管理与恢复功能。该插件不兼容 `headless` UI,主要提供以下核心功能:1. **归档列表与预览**:通过右下角悬浮按钮打开面板,按工作区分组展示已归档会话,支持行内预览会话开头及最近消息(仅文本块,限 200 字符)。2. **会话恢复**:支持单个或批量恢复,操作具备幂等性、存在性校验和串行写入,恢复后侧边栏即时更新并同步多标签页,无需刷新。3. **归档二次确认**:可选开启功能,在原生归档操作前增加确认环节

Read More
dsh-plugin-market:在 DSH 设置页浏览并管理 mydsh.dev 插件大全

dsh-plugin-market 是一款非官方 Web 平台插件,由社区 mydsh.dev 出品,旨在为 DeepSeek Harness 提供集成的插件管理功能。该插件将 mydsh.dev 插件大全接入设置页,支持对 3656 个已核验插件进行分类浏览、本地或 AI 语义搜索、安装、启用、停用及卸载。其核心优势在于将分散的命令行操作整合至图形界面,并支持在 PM2、Docker 等多种环境下的一键自动重启以生效配置。插件生命周期涵盖七种状态,具备完善的安全机制,包括写前备份、失败回滚、核心组件保护及不兼容插件拦截。用户可通过 GitHub 命令安装,配置项涵盖 API 地址、缓存时长及

Read More
LocalLens:用 macOS Vision OCR 为 DeepSeek Harness 本地读取屏幕与图片文本

LocalLens 是一款基于 macOS Vision 框架的 DeepSeek Harness (DSH) 社区插件,用于在本地执行 OCR 识别。它无需视觉模型、API key 或网络请求,即可从屏幕截图、剪贴板图片或本地文件中提取文本,并将结果返回给 DSH 进行处理。该插件支持 macOS 13+ 及 Node.js 22+ 环境,提供 `source=screen`、`clipboard` 和 `file` 三种输入来源,默认支持简体中文和英语。安装后可通过自然语言指令直接调用,例如读取剪贴板内容或解析本地图片文本,并支持后续的数据转换与分析。需注意,该插件仅处理位图,PDF 需先

Read More
dsh-providers:为 DeepSeek Harness 管理模型供应商、登录与用量

`dsh-providers` 是面向 DeepSeek Harness (DSH) 的模型供应商插件,旨在集中管理模型登录、目录刷新、用量监控及额度查看。该插件支持 OAuth 或 API Key 登录,允许同一供应商下多账号切换,并可从 Curated Catalog 或 OpenAI 兼容端点刷新模型列表。在费用管理方面,它提供今日、7/30/90 天等多维度的 Token 消耗与估算费用视图,支持按模型和供应商拆分统计,并允许手动输入未定价模型价格以即时重算。此外,插件能展示订阅配额或按量付费余额,以及会话级的 Token、成本、工具调用、缓存命中率和上下文峰值等详细统计。数据安全上,

Read More
ttmouse/dsh-taskboard:DSH 的本地优先任务板插件

ttmouse/dsh-taskboard 是面向 DeepSeek Harness (DSH) 的本地优先任务板插件,数据完全保存在本地 SQLite 数据库,不依赖外部云服务。该插件由 chuspeeism/dashi-taskboard 衍生而来,核心功能包括支持 Kanban、列表、甘特图、工作流及仪表盘五种视图;任务详情涵盖关联、附件、标签及每任务 AI 聊天;支持自动认领 workspace 映射项目中最旧的 todo 任务,并通过 dsh-routines 以无头会话执行,进度写回评论。插件实现 DSH workspaces 与 board projects 的自动同步,并可将任

Read More
DSH Capability Inspector:DeepSeek Harness 的只读运行时诊断插件

tree201/dsh-capability-inspector 是一款面向 DeepSeek Harness (DSH) 的只读运行时诊断与健康检查插件。其核心是 `inspect_dsh` 工具,旨在不修改配置的前提下,帮助排查代理可见能力及运行问题。该插件通过检查 Node.js 环境、操作系统、架构、工作目录等基础信息,深入评估当前代理范围内的可见工具、LLM 提供商及模型目录、技能调用模式,以及工作区状态和会话持久化可用性。它还能精准报告缺失能力及单项检查错误,且单个检查失败不会导致整体诊断中断。用户可通过 GitHub 将其添加至指定 profile 并重启 DSH 使用。支持完整

Read More
SpecsRelay for DeepSeek:把 DeepSeek 对话交给 DSH 项目继续做

SpecsRelay for DeepSeek 是一款面向 DSH 桌面端的开源插件,旨在解决从 DeepSeek 网页讨论到本地项目实施的交接断点。它允许用户在 DSH 客户端内直接打开并登录真实的 DeepSeek 网页,无需手动复制对话或整理上下文。通过内置技能,插件能自动获取当前完整多轮对话,将其整理为结构化需求,并在必要时询问补充信息,随后发送至选定 DSH 项目并立即启动 Agent 进行处理。该插件复用 DSH 已配置的模型,不额外索要 Key,支持 anywhere-labs、Pilot Harness 等四款 DSH 客户端。安装简单,通过 npx 命令即可自动识别并安装。作

Read More
dsh-feishu-bot:在飞书私聊中驱动 DeepSeek Harness 本地智能体

dsh-feishu-bot 是 DeepSeek Harness 的一个插件,旨在将本地智能体的交互延伸至飞书私聊。当前版本 0.1.0-rc.11 兼容 DSH 0.1.2-alpha.2,允许用户通过飞书发送命令、查看会话、处理审批,并与 Web GUI 共享同一会话。 核心功能包括一系列私聊命令,如 `/new` 创建会话、`/ls` 查看会话、`/use` 绑定会话、`/stop` 停止任务及 `/status`、`/effort` 等状态与模型控制指令。普通文本消息可直接进入已绑定会话,支持审批卡片交互,且插件不干预模型内部行为。 安装需使用 `dsh plugin` 命令添加 s

Read More
PianpianUI:DSH 聊天主页面半透明背景插件

PianpianUI 是 DeepSeek Harness (DSH) Web UI 的插件,用于在聊天主页面添加林翩翩半透明背景,同时确保侧边栏、输入框及聊天内容清晰可读。该插件由 tdyangbo 维护,采用 MIT 许可证。其核心功能包括在右下角提供 UI 调节按钮,支持调整背景透明度(Opacity)和深度(Depth),并可一键恢复默认设置;调节结果保存在当前浏览器中,刷新页面后依然保留,且在非聊天页面会自动隐藏调节按钮。安装可通过 Git 或本地文件路径执行 dsh plugin 命令,随后启动 dsh web 即可生效,必要时需强制刷新浏览器。插件支持更新与停用操作,建议用户仅从

Read More
dsh-plugin-voice-input:DSH Web 输入框里的本地语音转草稿

`dsh-plugin-voice-input` 是一款由 tangbut1 开发的 DeepSeek Harness Web 语音输入插件,采用 MIT 协议开源。该插件旨在解决 Web 输入框中长句或中英夹杂内容输入不便的问题,通过在输入框旁增加“按住说话”麦克风按钮,实现本机离线语音识别。用户按住按钮录音,松开后系统利用 `sherpa-onnx-node` 和 `SenseVoice-SSmall INT8` 模型在本地回环地址(127.0.0.1:18765)进行离线识别,支持中、英、日、韩、粤等多语言自动检测。识别结果通过 DSH 官方 slot 和事件追加到当前草稿,不自动发送,

Read More
dsh-web-auth:为 DeepSeek Harness Web GUI 增加传输层认证

`dsh-web-auth` 是一个 DeepSeek Harness (DSH) 插件,用于在 Web GUI 的传输层建立认证边界。它通过禁用默认 webserver 并插入认证网关,确保 HTTP 路由及 WebSocket/HTTP upgrade 路径在请求到达应用前完成身份验证。该插件支持 `always` 和 `non-loopback` 两种模式,默认强制所有请求(包括本地回环)进行登录。安全特性包括使用 scrypt 哈希存储密码、基于内存的会话令牌管理(带滑动 TTL)、设置安全的 HttpOnly/SameSite cookies、基于 IP 的登录尝试限制、Origin

Read More
dsh-test-runner:DSH 的结构化测试运行插件

dsh-test-runner 是 DSH 生态的一款 MIT 许可证插件,核心工具 `test_run` 旨在优化智能体执行测试流程。它通过自动探测 vitest、jest、pytest 及 node:test 等框架,执行测试并结构化解析失败摘要,从而避免模型阅读冗长的原始终端输出,降低多轮修复成本。 该插件支持按文件或用例模式过滤测试目标,提供 `last_failed` 功能以仅重跑失败用例,并允许通过 `command` 参数覆盖默认执行命令。默认超时时间为 120 秒,且严格遵循会话级的沙箱安全策略。安装需通过本地目录添加命令,随后重启 DSH Web 进程生效。 适用场景为频繁执

Read More
dsh-web-remote-access:让 dsh Web UI 可远程访问并受令牌保护

`studyzy/dsh-web-remote-access` 是一个用于 dsh Web profile 的 bundle 插件,旨在解决本机回环访问无法在局域网内共享的问题。该插件允许通过 `--host 0.0.0.0` 启用远程访问,同时强制实施 Web Token 门卫机制,确保页面、API 及 WebSocket 连接的安全。 核心特性包括: 1. **安全访问**:远程访问需通过 `?web_token=` 参数验证,首次成功后下发会话 Cookie;令牌校验采用 SHA256 与常数时间比较防止时序攻击。 2. **体验优化**:本地回环访问无需令牌,保持原有简洁体验;启动时自

Read More
dsh-chrome:DeepSeek Harness 的 Chrome 侧边栏插件

dsh-chrome 是 DeepSeek Harness(DSH)的浏览器伴侣插件,旨在通过 Chrome 侧边栏嵌入完整 dsh web UI,赋予本地 agent 读取页面、捕获流量及驱动浏览器的能力。该插件运行于受信本地环境,要求 Chrome 118+ 及 Node 18+,核心功能包括自动感知活动标签页的 URL 与正文(支持 SPA 路由)、按需捕获 HTTP 请求详情(自动掩码敏感头信息,保留最近 500 条记录),以及提供导航、点击、开新标签等基础控制工具。为保障安全,插件采用 best-effort 防护机制,如将注入页面标记为不可信数据,并通过 intent-unlock

Read More
@steven-wu/dsh-cost-meter:在 DSH Web UI 中显示实时美元成本角标

@steven-wu/dsh-cost-meter 是一个 DSH 插件,旨在解决 Web UI 中缺乏实时成本显示的问题。它通过读取 Provider 报告的 Token 用量,结合可配置的价格表,将数据映射为美元成本,并在会话界面中实时展示。核心功能包括基于 `session-projection` 进行成本累计,区分 uncached input、output 及缓存读写等用量,避免重复计数;在助手消息末尾通过 Badge 展示单轮成本,Hover 可查看详细用量分解及会话总额。价格配置支持 USD/百万 Token 单位,可通过本地文件、环境变量或行配置指定,支持默认价格回退。用户需通

Read More
dsh-session-delete:为 DeepSeek Harness Web 增加带确认的会话删除入口

`dsh-session-delete` 是由 StarsTom 维护的 DeepSeek Harness Web 开源插件(v0.1.3,MIT 协议),旨在解决旧会话手动清理繁琐的问题。该插件不替代官方侧边栏,而是在现有会话菜单中增加带二次确认的“删除会话”入口,支持在删除前核对名称并强制勾选确认,以降低误删风险。 它仅支持官方 JSONL 会话持久化后端,且要求在 Node.js 20+ 及 DSH 0.1.0-rc.6 兼容环境下使用。插件具有严格的安全边界:不发起网络请求、不收集或上传数据,服务端 RPC 仅限 loopback 权限。对于非 JSONL 后端或 DOM 结构变更的情

Read More
Starfie1d1272/dsh-v4-anchor:DeepSeek V4 Standard 首请求锚定与 promotion 恢复

`Starfie1d1272/dsh-v4-anchor` 是面向 DeepSeek Harness Standard 插件的一个 RL 锚定补丁,专为 DeepSeek V4 模型设计。其核心功能是在首次持久化 `tool/call` 前,将会话限制在最小化的 RL-shaped surface(仅含 `bash/pwsh` 和 `str_replace_editor`),暂时移除 runtime contexts、Skill Catalog 及 `AGENTS.md` 注入。一旦模型完成首次工具调用,插件会自动恢复完整的 Standard 能力,包括原始 prompt、完整工具目录、Ski

Read More
dsh-token-price:为 DeepSeek Harness Web 聊天界面显示 Token 花费与账户余额

`dsh-token-price` 是一款针对 DeepSeek Harness (DSH) Web 聊天界面的插件,旨在解决请求产生 Token 用量但花费与余额不可见的问题。该插件由 `spoon-man569` 维护,遵循 MIT 协议,核心功能包括在 UI 中实时显示每轮回复的 Token 花费、会话总花费以及基于 `USD/CNY` 汇率估算的人民币金额。同时,它调用官方接口显示账户余额,并对未知模型路由标记为“未定价”以避免误解。安装需通过 pnpm 执行 `dsh plugin` 命令,配置项涵盖余额接口地址、API 密钥环境变量及刷新间隔等。插件支持宿主服务与浏览器展示的双重激

Read More
DASH:面向 dsh 的 oh-my-pi 风格终端 TUI 插件

DASH 是由 songqikong 开发的终端 TUI 插件,基于 MIT 协议。它不重构后端,而是将 DSH 官方 agent kernel 封装为 oh-my-pi 风格的交互界面,通过 `dsh --profile dash` 启动。其核心优势在于提供接近专业编辑器的终端体验,支持多行输入、kill-ring、undo 及文件补全。功能上,DASH 完整复用 DSH 的工具调用、会话持久化及官方 Agent presets(如 Standard, PTC),并引入了多模型角色系统(default/smol/plan/task),允许用户灵活切换模型与思考力度。此外,它支持会话时间回溯、

Read More
dsh-statusbar:为 DSH Web 提供可配置底部状态栏

dsh-statusbar 是 Small-Miao 开发的 DSH 插件,采用 MIT 许可证。它旨在解决 DSH Web 中会话 Token、轮次、耗时及主机状态信息分散的问题,通过 VSCode 风格的底部状态栏集中展示关键指标。核心功能包括显示会话 Token、LLM 与工具耗时、缓存命中率、实时 TPS、CPU/内存占用及宿主时钟,并允许用户通过设置界面自定义各项显示状态、位置及顺序。该插件每 2 秒轮询接口获取数据,并自动隐藏原有重复状态行。安装需具备 Web Profile,支持通过 GitHub 地址添加并重启生效。此外,插件暴露 `statusbar` Cordis serv

Read More
mmv-dspic:为 DeepSeek Harness 接入 MATLAB / ModelSim / Vivado 的本地 EDA 工具链

mmv-dspic 是一个面向数字通信 IC 设计的 DeepSeek Harness (DSH) 插件,旨在将 MATLAB、ModelSim 和 Vivado 封装为 Agent 可调用的标准工具,简化本地 EDA 工具链的手动串联。该插件提供 7 个核心命令:`mmv_check_env` 用于探测环境版本;`mmv_project_init` 初始化包含 matlab、rtl、sim 等目录的工作区;`mmv_matlab_run` 执行算法建模或参考仿真;`mmv_modelsim_compile` 和 `mmv_modelsim_simulate` 分别用于 RTL 源码编译及批处

Read More
dsh-cost-guard:面向 DeepSeek 纯 API 的 DSH 成本插件

dsh-cost-guard 是面向 DeepSeek API 使用的 DSH 成本插件,MIT 许可。它专注于成本管控,与路由及人格插件分工明确,提供会话成本核算、缓存命中率统计及预算硬顶功能。核心特性包括:设置预算后通过 `llm/stream` 短路拦截新请求以停止计费(飞行中请求除外);提供会话级收敛开关以优化表达;实现基于复杂度、峰谷及预算余量的自动成本路由;支持峰谷感知与错峰任务队列,利用空闲时段自动执行任务。此外,插件包含客户端监控面板、多级预算作用域管理及 `dsh-optab` 子包(用于前缀瘦身与输出压缩)。该插件零依赖,不触碰内部状态,旨在帮助仅使用 API 的用户统一查

Read More
dsh-approval-hotkeys:DSH 交互面板的 Enter / Esc 快捷键

dsh-approval-hotkeys 是 DeepSeek Harness (DSH) 的一款纯浏览器端插件,由 SiriLee 维护,采用 MIT 许可。该插件旨在通过键盘快捷键提升交互效率,让用户在审批、工具提问及计划审查等面板中,使用 Enter 键执行确认操作(如 Allow once、Submit、Approve),使用 Esc 键执行取消操作(如 Reject、Discard、Decline 或 Discuss)。它无需配置,通过监听 document 级 keydown 事件并模拟点击对应按钮实现功能,同时具备防止误触发的机制,如忽略输入框按键、组合键及焦点已在按钮上的情况。

Read More
DSH K12 English Lesson Builder:从同一蓝图生成英语 PPTX 与 DOCX 教案

`shyboy/dsh-k12-lesson-builder` 是一款基于 DeepSeek Harness 的 MIT 许可插件,旨在解决 K12 英语教学中 PPT 与 Word 教案内容不同步的问题。该插件通过先生成统一的 `lesson-blueprint.json` 教学蓝图,再从同一蓝图渲染可编辑的 PPTX 和 DOCX 文件,确保页码映射与页面内容一致。它读取教师提供的教材、课程标准及模板,调用特定接口提取来源并渲染材料,最终生成包含审计报告的同步教案文件。 该插件仅支持 Windows 10/11 环境,需安装桌面版 Microsoft Office、PowerShell 7

Read More
shrekcg/dsh-im-channel:为 DSH 接入飞书等 IM 的统一桥接插件

`shrekcg/dsh-im-channel` 是专为 DeepSeek Harness (DSH) 开发的 IM 接入插件,支持将智能体能力直接部署至飞书、Telegram、钉钉等即时通讯平台。该插件采用 MIT 协议,具备持久会话、话题上下文隔离、真流式输出及多媒体收发功能。核心亮点包括通过 MCP 暴露 40 个飞书对象工具(如日程、文档、消息操作),支持自然语言调用;内置丰富的斜杠命令(如 `/help`、`/model`、`/status`)用于会话管理与状态诊断。渠道支持程度各异:飞书与 Telegram 完整可用,Slack 和 Discord 半可用,钉钉为实验性,QQ/微信

Read More
falsify-dsh:把公开 Falsify CLI 接进 DSH 做 receipt

`shi275773124/falsify-dsh` 是 DeepSeek Harness (DSH) 的一个适配器,旨在通过对接公开的 Falsify CLI 来弥补 Agent 自我判断与可核对发布标准之间的缺口。该插件不生成第二意见,而是将 CLI 的 `PASS`、`PASS_WITH_DEBT` 或 `BLOCK` 等回执(receipt)直接交还,确保判决由 CLI 做出而非 Agent 自行推断。 核心功能包括三个工具:`falsify_lint` 用于静态检查,返回清洁度标签;`falsify_review` 用于文档审查,返回最终判决;`falsify_gate` 用于 PR

Read More
sent-msg-locator:在 DSH 会话中定位每一轮对话

sent-msg-locator 是一款由 ShanHaiFish 维护的纯 Client DSH 插件,旨在解决长会话中查找特定轮次困难的问题。它在对话区左缘提供常驻的轮次图标列,将每轮对话可视化为可点击的序号气泡。用户点击图标即可平滑滚动至对应轮次开头,当前浏览轮次会自动高亮并跟随图标列;悬停图标可查看轮次时间、用户输入摘要及状态。该插件支持静态 bundle 和动态插件两种形态,静态形态随进程自动加载,动态形态需每次重启后重新激活。插件采用 MIT 许可证,适配浅色与深色主题,且无 Host 权限(无 RPC、网络或文件系统操作),仅使用元素级 API 进行滚动定位。用户可通过 `dsh

Read More
dsh-plugin-security-review:给 DSH 动态插件安装加一道静态安全审查

`dsh-plugin-security-review` 是 ShanHaiFish 开发的 DSH 插件安全审查守卫,采用 MIT 许可。它针对通过 `cordis_define` 和 `cordis_run` 安装或运行的动态插件进行静态源码安全审查。该工具提供 `plugin_security_review` 和 `plugin_security_audit`两个核心功能,依据 `BLOCK`、`ASK`、`WARN`、`ALLOW` 四级策略处理插件操作。 其主要特性包括支持浏览器端的人工审批弹窗(同意、同意+白名单、拒绝),并能在人工批准后持久化代码指纹,后续相同指纹自动放行。此外,

Read More
dsh-self-update:DeepSeek Harness git 源安装的应用内自更新插件

dsh-self-update 是面向 DeepSeek Harness(DSH)git checkout 安装场景的自更新插件。它解决手工执行 git pull、安装依赖及构建重启等繁琐流程,提供应用内一键更新、失败回滚及服务重启功能。插件后台每 6 小时或按需检查新版本,通过侧边栏入口展示更新面板。更新过程自动执行标准构建命令,拒绝修改脏工作树以保护本地更改;若存在分叉,会将本地提交备份至独立分支后同步远程。更新失败支持一键回滚及 CLI 回退命令。服务重启通过进程退出码 75 实现,兼容 systemd、PM2 及原生 macOS Shell(需 Xcode 工具链,应用为 Ad-hoc

Read More
dsh-global-task-list:DeepSeek Harness 全局任务库插件

`dsh-global-task-list` 是面向 DeepSeek Harness 的插件,旨在解决任务分散、进度不可视及状态不同步的问题。核心功能包括:1. **任务 CRUD 与持久化**:提供 `task_add/list/update/delete` 工具,任务存储于跨会话 `storageDomain`,支持长期维护。2. **常驻悬浮面板**:浏览器端右下角面板,实时订阅 SSE 刷新任务状态,支持修改、删除及查看结构化内容。3. **后台作业同步**:通过 `jobId` 关联任务,自动同步后台作业的完成、失败等终态,适配主从 Agent 协作流程。4. **生成式 UI**

Read More
dsh-plugin-8r:DSH 的 8R 本地判定插件

dsh-plugin-8r 是 DeepSeek Harness (DSH) 的一款本地判定插件,由 SensenMeng 维护。其核心功能是在用户消息触发特定规则(8R)时,通过本地 JavaScript 逻辑在 AI 回复开头自动注入加粗的“诶!…”前缀。该过程完全在本地完成,模型无需理解规则,也不占用上下文或 Token,从而避免了对模型判断的依赖。 插件通过 `agent/pre-step` 判定,并在流式输出中注入前缀,支持失败重试及避免同回合重复注入。它仅对主会话生效,排除子代理消息,且提供本地诊断接口。安装时需在 DSH profile 目录执行添加命令并重启,要求依赖 `@de

Read More
DSH Session Manager:为 DeepSeek Harness Web 会话补一组常用操作

Semidia/dsh-session-manager 是一款针对 DeepSeek Harness (DSH) Web 客户端的社区插件(v0.1.1,MIT 许可),旨在提升会话管理效率。该插件通过两个主要入口增强界面:一是在侧边栏会话行提供右键上下文菜单,支持固定/取消固定、标记未读、重命名、归档、在新会话中继续(fork)、在文件管理器打开、复制工作目录/标题/ID/深链及在新窗口打开等操作;二是在侧边栏底部提供当前会话的 Session Manager 入口,支持导出 ZIP、归档、fork 及复制信息。插件仅使用公开客户端服务,部分深链功能需搭配 `dsh-deeplink` 插件

Read More
dsh-git-plugins:DeepSeek Harness 的 Git 与源码控制插件套件

`sakthiveltofficial/dsh-git-plugins` 是面向 DeepSeek Harness (DSH) 的 MIT 许可插件套件,旨在将 Git 操作和平台交互转化为代理可调用的工具。需 Node.js >= 20 及 git CLI 支持。核心功能包括:1. 本地仓库操作,涵盖 clone、commit、push、merge、rebase 等常见指令;2. 托管平台操作,支持 GitHub、GitLab、Bitbucket Cloud、Azure DevOps 及 Gitea 的 PR/MR、issues、releases、CI/CD 及安全告警管理,不支持的操作会返

Read More
LoongPort DSH 插件:在 DSH 中接入 OpenAI-compatible provider

`loongport` 是 SailingLoong 维护的 DeepSeek Harness(DSH)插件及 CLI 工具,旨在简化 OpenAI-compatible 提供商的接入。该插件(v0.2.0,MIT 许可,需 Node.js >=20)主要提供两项功能:一是在 DSH 的“设置 → LoongPort”中提供可视化配置入口,用户可在此选择预验证的提供商、粘贴 API 密钥并选定模型;二是提供高级 CLI 命令,用于将自定义 OpenAI-compatible endpoint 写入 DSH 配置。 CLI 支持通过 `--base-url`、`--model`、`--route

Read More
DSH Cost Meter:为 DSH Web GUI 提供按轮次成本追踪

DSH Cost Meter是面向DeepSeek Harness Web GUI的成本追踪插件,旨在解决价格调整导致历史会话成本重算的问题。其核心机制采用价格快照锚定,确保每轮已完成回复的成本固定于当时用量发生时的价格,不受后续变动影响。主要功能包括:基于快照的按轮次及逐条消息成本展示、账户余额实时获取与缓存、流式过程中的实时成本估算(结算后替换为精确值)、峰谷计价支持、子代理成本汇总及中英文界面。该插件提供Composer dock读数、成本视图页签和头部实时估算等界面组件,并支持手动刷新接口,但仅限本地或可信主机访问。用户可通过DSH CLI快速安装至Web profile,兼容DSH

Read More
dsh-BigfishPet:DeepSeek Harness 通用桌宠插件

dsh-BigfishPet 是一个专为 DeepSeek Harness (DSH) 设计的通用桌宠插件,采用 MIT 许可证。该插件通过 DSH 设置页配置,并利用 PySide6 驱动透明桌面 Helper 显示“鲸鱼娘”形象,实时映射智能体任务状态。 其核心功能包括基于 `session/event` 的真实状态驱动,将任务归约为思考、工作、等待、完成和出错五种状态,并依据优先级(等待>出错>工作>思考)显示对应动画。插件支持丰富的交互体验,如左键触发随机台词、空闲时自动自言自语或入睡,以及右键控制宿主进程或打开 WebUI。状态数据持久化于 `~/.dsh/pet.json`,若环境

Read More
dsh-qwen-mm:为 DeepSeek Harness 增加多模态读取与工具集成

dsh-qwen-mm 是 RRRosmontis 维护的 DeepSeek Harness(DSH)插件,旨在让纯文本模型通过 MCP 工具处理图片、视频、文档等多模态内容。该插件集成 Qwen-MM-Plugins 能力,提供多模态读取、云端视觉/OCR/ASR、网络搜索、视频处理及 3D/CAD 工具链。其核心功能包括无需密钥的基础读取、需 DashScope 密钥的高级 API、需搜索服务商密钥的检索功能,以及支持长视频问答和 Blender/FreeCAD 等工具。特色功能“拖图上传”允许将图片拖入输入框供模型读取,但此功能依赖尚未进入官方版的 DSH 核心改动,需使用特定 fork

Read More
dsh-searxng:为 DeepSeek Harness 接入 SearXNG 搜索

dsh-searxng 是 DSH 的一个 MIT 许可证插件(v0.2.1),旨在通过 SearXNG 为 Agent 提供基于 `ctx.web` 的 Web 搜索能力。该插件支持两种主要模式:一是自动部署受管理的、仅限回环地址的 SearXNG Docker 实例;二是连接用户已有的本地或远程 SearXNG 实例,无需启动 Docker。它要求 Node.js 20+ 及 Docker Compose v2(仅限 Docker 路径),不支持 Podman。 核心功能包括通过 `setup` 命令快速初始化配置并激活 Profile,支持指定端口和多 Profile 环境隔离;提供 `

Read More
dsh-wallpaper:为 DSH Web 配置壁纸、模糊与透明表面

dsh-wallpaper 是由社区维护的 DSH Web 壁纸插件(v0.1.0,MIT 协议),用于自定义背景并调整显示效果。它支持主界面与轨迹页独立配置壁纸,提供无壁纸、内置渐变、上传图片、导入文件夹及图片裁剪功能。用户可精细调节模糊度、表面不透明度、文字配色及图片填充位置,轨迹页还提供多套配色方案。数据存储在浏览器 IndexedDB(图片)和 localStorage(参数),需注意清理缓存可能导致图片丢失。支持从 GitHub、Release 或源码安装,跨平台适用,但导入文件夹功能依赖浏览器 webkitdirectory 支持(Firefox 不支持)。安装后需在 DSH We

Read More
dsh-shortcuts:为 DeepSeek Harness WebUI 提供可自定义键盘快捷键

dsh-shortcuts 是为 DeepSeek Harness WebUI 开发的开源键盘快捷键插件,旨在解决常用操作分散于菜单、依赖鼠标导致打断输入节奏的问题。该插件基于 MIT 协议,运行于浏览器端,无网络请求且不触碰业务数据,支持 WebUI 会话级动态加载与 Desktop 宿主级静态安装两种模式。 其核心功能包括提供 34 个预置快捷键,涵盖会话、视图、剪贴板、模型、权限及系统六大分组;允许用户自由录制、清除或禁用任意组合键,并具备冲突自动检测功能。用户可通过 ⌘/ 查看快捷键速查表及诊断面板,使用 ⇧Tab 无留痕地循环切换“只读”、“工作区写入”和“完全访问”三种权限级别。

Read More
rice-awa/dsh-lan-gateway:把 DSH Web GUI 安全开放到局域网/公网的插件

rice-awa/dsh-lan-gateway 是一个 DSH 插件,旨在安全地将 DSH Web GUI 开放至局域网或公网。它通过反向代理网关解决 DSH 仅绑定 127.0.0.1 导致其他设备无法访问,以及直接监听 0.0.0.0 带来的安全风险矛盾。该插件保持 DSH 本地绑定,另起网关转发请求,并实施来源分级策略:LAN 与本机来源免密访问,非 LAN 来源需通过登录页及 HMAC 会话 Cookie 验证。插件支持可选 TLS(自签名或自定义证书)、速率限制、CSRF 防护及热配置管理。用户可通过 `lan_gateway` 命令或 DSH 对话进行启用、密码设置及状态监控。密

Read More
dsh-git-credentials:把 Git 平台 API token 值挡在模型上下文之外

`dsh-git-credentials` 是一款 DeepSeek Harness 插件,旨在解决在 DSH 智能体中调用 GitLab、GitHub 等 Git 平台 API 时,避免 Token 值进入模型上下文的安全痛点。该插件将凭据管理从模型逻辑中剥离,仅让模型处理业务参数,Token 值则由插件从本地 AES-256-GCM 加密存储中解密,直接用于出站 Authorization 头。 其核心特性包括:按 Provider(如 `gitlab_*`、`github_*`)限制工具调用范围;提供 Web 设置面板,支持站点的增删改查及 Token 的热轮换,修改后即时生效无需重启;

Read More
dsh-plugin-reload:按单个条目重启 Cordis Loader 的 DSH 插件

dsh-plugin-reload 是 DeepSeek Harness 的 MIT 许可插件,旨在提供比重启主机更细粒度的插件重载机制。该插件向 agent 提供 `reload_plugin` 工具,允许根据 entry ID、模块名称或 MCP 服务器名称单独重启特定的 Cordis Loader 条目,而其他条目保持运行。 核心功能包括:针对 in-process plugin 执行硬重载,即清除 ESM/CJS 缓存并从磁盘重新导入代码,若失败则自动回滚;针对 mcp-client 条目,重新拉起 MCP 服务器子进程并注册工具。插件支持 `auto`、`soft`、`hard` 三

Read More
dsh-noc-memory:给 DeepSeek Harness 接入长期记忆的插件

dsh-noc-memory 是 DeepSeek Harness(DSH)的一个插件,旨在解决智能体单次会话结束后上下文丢失的问题,实现长期记忆功能。该插件并不提供独立的记忆库,而是将 DSH 连接到用户自部署的 Noc Memory MCP 服务器上。它主要提供两类能力:一是会话开始时的长期记忆加载(noc_boot)与每日简报(noc_briefing);二是对记忆条目的读取、搜索、创建和更新(noc_read, noc_search, noc_create, noc_update)。 使用该插件需满足 Node.js >= 20.0.0 的环境要求,并通过 dsh plugin --p

Read More
dsh-team-task:面向 DeepSeek Harness 的长任务多智能体插件

`dsh-team-task` 是一款由 Ready22Race 维护的 DSH 插件,专为长任务多智能体协作设计,旨在解决任务追踪、依赖评审及崩溃恢复难题。其核心架构采用 append-only event log 作为唯一真相源,支持日志重放;通过 lead 会话规划依赖有向无环图(DAG),由 durable members 执行节点,并引入评审闸门机制,仅当 lead 批准后方可解锁下游任务。插件配备常驻 reconciler,利用计时器在进程重启或崩溃后自动推进任务,确保执行稳定性。此外,它提供渐进式 playbook 按需加载角色协议,并暴露 state 与 log API 供前端

Read More
DeepSeek Harness 插件:dsh-balance-monitor

`dsh-balance-monitor` 是 Rainronin 开发的 DSH 社区插件,旨在整合 DeepSeek API 的账户余额、峰谷计价状态及会话费用信息。该插件提供官方 `/user/balance` 接口快照、`ds_balance` 会话内查询工具(支持强制穿透缓存)、北京时间峰谷计价状态显示及单会话费用估算。其原生风格侧边栏徽章支持 CNY/USD 多币种显示,默认每 30 秒自动轮询,并通过绿/黄状态灯指示连接正常或降级情况。插件复用 `DEEPSEEK_API_KEY`,采用 30 秒 TTL 缓存、请求串行及 5 秒超时策略,确保安全性与稳定性。用户可通过 `dsh

Read More
dsh-plugin-jinji:给 DeepSeek Harness 增加双轨文本记忆

dsh-plugin-jinji 是 DeepSeek Harness (DSH) 的极简文本记忆插件,旨在解决日志与人物/产品画像分散在外部工具的问题。它在 DSH 网页左侧栏新增“记忆”入口,提供双轨记忆功能:流水日志和实体画像,支持按月份或分类浏览、即时搜索过滤及键盘快捷操作。插件核心亮点在于会话启动时自动注入最近日志与画像摘要,实现上下文复用,且支持通过配置关闭注入或调整摘要上限。安装简单,仅需 Node >=20 环境,支持 dsh 插件命令或 npm 安装,无需编译且无第三方依赖。它采用索引缓存与渐进渲染确保性能,跟随深色主题并具备内容转义与路径校验等安全机制。该插件适合需在 DS

Read More
dsh-plugin-dosage:在 DSH 侧边栏集中查看余额与峰谷成本

dsh-plugin-dosage 是 DeepSeek Harness(DSH)的一款社区插件,旨在解决多供应商账号监控和计费入口分散的问题。该插件在 DSH Web 配置文件中提供统一的侧边栏 `Usage/Balance` 弹层,集中展示多 Provider(如 DeepSeek、OpenRouter、Moonshot 等)的余额与账号状态、Token 统计及按峰谷时段计算的每次调用成本。 核心功能包括:总览面板显示总支出及峰谷时拆分;月度热力图支持按成本或 Token 查看历史;详细调用日志记录模型、命中率及费用,并提供多种时间过滤。插件支持 CSV、JSON、PNG 数据导出及基于时

Read More
dsh-codex-migrate:Codex 与 DSH 的一次性结构化迁移插件

dsh-codex-migrate 是由 polarskicpl 开发的 DSH 插件(MIT 许可),用于在 DSH 与 Codex 之间进行显式的一次性结构化对话导入。它不依赖后台双向同步、不共享会话或合并冲突,每次导入均为独立操作。核心功能包括支持单个或多个对话的互导,保留原始工作区路径,并提供“Continue in Codex/DSH”入口。此外,插件提供 MCP memory Beta 功能,支持通过 `remember_memory`、`search_memory` 和 `forget_memory` 操作本地存储的记忆(存储于 `~/.codex/dsh-codex-bridg

Read More
dsh-md-preview:DSH 的 Markdown 右侧预览插件

dsh-md-preview 是 DeepSeek Harness (DSH) 的 MIT 许可证插件,旨在解决 Web 会话中查看 `.md` 文件需跳出对话上下文的问题。该插件支持在右侧栏并排预览 Markdown 文件,保持顶部对齐且宽度可调,同时提供会话隔离的最近文件列表、浮动窗口模式及完整的 Markdown 渲染(含代码块、表格等),并自动跟随深色/浅色主题切换。 安装需确保 DSH profile 为 `web`,通过 `dsh plugin add` 命令从 GitHub 仓库 `poiuyjie/dsh-md-preview` 添加,要求 Node.js 版本不低于 20.3

Read More
dsh-web-search-firecrawl:为 DeepSeek Harness 的 web_search 接入 Firecrawl

`@pionai/dsh-web-search-firecrawl` 是一个为 DeepSeek Harness (DSH) 设计的 Firecrawl 搜索后端插件。它在不改变模型可见的 `web_search` 工具 schema 的前提下,将搜索请求路由至 Firecrawl 的 `POST /v1/search` 接口,并将结果映射回 DSH 的标准结构。该插件支持通过 DSH 设置页或环境变量 `$FIRECRAWL_API_KEY` 配置 API Key,并可调整 `baseURL`、`limit` 等参数。安装后,默认切换 `web` profile 的搜索 provider 为

Read More
dsh-token-cost:在 DSH 网页端查看 DeepSeek 用量、花费与余额

dsh-token-cost 是一款用于 DSH 网页端的插件,旨在解决 DeepSeek 会话中 Token 用量、费用及余额分散的问题。该插件在浏览器中提供一个可拖动的鲸鱼悬浮球,用户悬停即可通过环形进度查看剩余余额百分比,点击则展开详细卡片,显示本次会话费用、输入/缓存读/写/输出四类 Token 用量、累计花费及 DeepSeek 官方账号余额(含赠送与充值构成)。 核心优势在于服务端精确记账:插件注册会话投影单元,在 DSH 服务端逐事件回放日志,按每个请求实际使用的模型单价计费,避免了前端估算误差,支持会话中途切换模型时的准确核算。此外,它复用 DSH 配置的 DEEPSEEK_A

Read More
dsh-ezcommit-plugin:DSH「一键 Commit」静态双面插件

`dsh-ezcommit-plugin` 是 DSH 的一款静态双面插件,旨在简化 web 会话中的 Git 工作区改动处理。该插件提供“一键 Commit”功能,允许当前会话模型根据业务颗粒度自动拆分 Git 改动为多个 Conventional Commits 批次,并在用户确认后执行提交。其核心优势包括自动识别非 Git 仓库或无改动状态并置灰按钮、智能过滤敏感文件与环境噪音、以及在提交前展示详细批次计划和文件清单。插件支持通过 npm 或 Git 安装,需重启 profile 后在标题栏使用。使用流程包含二次确认、模型分析裁决(noise 或 commit)及逐批执行 `git ad

Read More
dsh-workspace-sidebar:DSH Web 右侧工作区侧边栏

`dsh-workspace-sidebar` 是一款用于 DSH Web 会话的右侧工作区侧边栏插件,旨在无需切换外部 IDE 即可处理代码。其核心功能包括:支持懒加载的文件树浏览(含查看、重命名、删除、Markdown 及代码高亮预览);展示 Git 差异文件列表(M/D/U 状态)及具体 Diff 内容;通过 `git log --graph` 展示提交历史并支持查看单次提交的文件改动;以及通过悬停点击「@」按钮,快速将文件相对路径引用至输入框。 插件提供 GitHub 和 npm 安装方式,需重启 `dsh web` 服务生效。需注意,该插件的文件写操作(删除、重命名)及 Git 操作

Read More
OpenSaozi/dsh-xai-catalog:DeepSeek Harness 的 xAI/Grok 模型目录插件

OpenSaozi/dsh-xai-catalog 是面向 DeepSeek Harness (DSH) 的 xAI and Grok Coding Plan LLM Provider 模型目录插件,旨在帮助持有 xAI 凭据的用户在 DSH 中接入并使用 Grok 模型。该独立集成(MIT 许可)不依赖 xAI 或 DeepSeek 官方背书,主要解决模型列表查询、协议差异处理及凭据刷新问题。其核心能力包括动态查询 `xAI /models` 接口展示可用模型,提供 Grok 4.6 的已核实配置预设(如上下文窗口、输出限制及推理控制),并为不同版本 Grok 模型注册相应的适配器(Chat

Read More
dsh-tint-theme:为 DSH Web GUI 增加皮肤选择器

dsh-tint-theme 是一个为 DeepSeek Harness (DSH) Web GUI 提供的开源皮肤选择器插件。它在设置中新增独立的 Skins 入口,提供 25 个皮肤家族(含 22 个移植主题和 3 个原创设计)。核心功能包括根据系统明暗偏好自动切换皮肤,并在设置命名空间中持久化用户选择。插件要求 dsh-client-ui-theme 版本不低于 0.1.0-rc.7 以支持偏好保存;从源码安装需 Node.js >= 22.19。用户可通过命令行安装、重启服务并刷新浏览器启用。该插件采用 MIT 许可证,需注意检查依赖安全,且 DSH 社区目录为独立站点,非官方应用商店

Read More
DSH Settings Plus:给 DeepSeek Harness 增加设置管理面

`dsh-settings-plus` 是一款为 DeepSeek Harness (DSH) 开发的 MIT 许可插件,旨在解决插件化扩展中设置管理的缺口。它提供表单级和文件级的设置管理能力,并开放 SDK 供其他插件注册设置命名空间。该插件通过 `file:` bundle 方式安装至指定 DSH profile,而非作为宿主源码构建。 其核心能力包括:从 live `cordis` registry 枚举已注册设置命名空间及插件 composition 配置,默认采用只读策略以确保安全;通过 `settings.section` 和 schema form renderer 实现表单级编

Read More
dsh-fusion:把多个 DeepSeek Harness 会话融合成一个可继续会话

dsh-fusion 是 DeepSeek Harness 的一个 MIT 许可证插件,用于将 2 至 32 个分散的 DSH 会话融合为一个新的、持久且可继续的目标会话上下文。它生成的是当前时间点的快照,而非实时链接,源会话保持不变。核心功能包括按时间或来源顺序排列消息、通过稳定 ID 去重共享前缀、仅保留用户和助手的文本内容,并继承调用者的环境配置。该插件提供 UI 对话框、/fuse 文本命令、conversation_fusion 模型工具及 Service API 四种调用方式。用户可配置最大消息数、字节限制及是否启用智能规划 Agent。智能规划 Agent 是一个无工具的临时 A

Read More
dsh-dseyes:给 DeepSeek Harness 的纯文本模型提供原生图片上传体验

dsh-dseyes 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在解决纯文本模型无法直接处理图片的问题。该插件允许用户在 Web GUI 中粘贴或拖入图片,以附件形式显示并保留原图。在请求发送给 DeepSeek 之前,宿主端自动调用智谱 GLM 免费视觉模型(如 glm-4v-flash)识别图片内容,生成文字描述并替换原图片块,使文本模型基于描述进行回答。 插件支持自动降级链、结果复用及诊断接口,读图失败时对话不中断。安装需 Node >= 22,配置 GLM_API_KEY 或 ZHIPU_API_KEY,并通过 `dsh plugin --profi

Read More
nzl153/dsh-pet-whale:DSH Web 桌宠小鲸鱼

`nzl153/dsh-pet-whale` 是 DSH Web 的桌宠插件,通过小鲸鱼动画实时反馈 Agent 状态。它支持 idle、think、working 等七种状态,提供单击、双击、拖拽及右键菜单等交互,并配备六种 WebAudio 音效。插件内置七套预设色板,支持中英文自动切换、亮暗主题跟随及后台暂停功能,同时兼容 `prefers-reduced-motion` 无障碍降级。安装需 DSH >=0.1.0-rc.6,支持本地目录或 Git 直装,配置后重启 Web 服务即可生效。该插件使用 MIT 协议,鲸鱼轮廓采用 DeepSeek 官方素材,适合希望增强 DSH Web 界

Read More
voco-input-sh:DeepSeek Harness 的 VocoType 语音输入插件

voco-input-sh 是一个 DSH web 插件,旨在将 VocoType 的本地离线语音识别集成到聊天输入框中,减少对外部工具的依赖。该插件基于 MIT 许可,版本 0.2.0,主要功能包括在输入框旁提供麦克风按钮,启动 VocoType 进行语音识别,并将结果自动插入草稿区,同时具备智能去重功能。它支持 Paraformer 中文识别、VAD 及标点预测,能自动检测、启动甚至静默安装 VocoType(需下载约 25MB 安装包及 1.6GB 模型)。 安装需在 DSH profile 目录使用 pnpm 添加本地包,并在 `cordis.patch.yml` 中配置挂载,随后重启

Read More
dsh-usage-monitor:DeepSeek Harness 的 Session 用量看板

dsh-usage-monitor 是一个由 NOirBRight 开发的 DeepSeek Harness (DSH) Web 插件,旨在解决多组 Provider、Model 和 Workspace 下用量指标分散的问题。该插件通过读取 `ctx.sessionQuery` 的实时及持久化会话日志,将 Token 用量、请求数、输出 Token 及缓存命中率汇总至 Web UI 的 `Settings → Usage` 界面。其核心功能包括提供堆叠图表,支持按 Token/请求指标、Provider/Model/Workspace 分组,以及按日/周/月或自定义时间段聚合数据,并具备响应式

Read More
dsh-plugin-cas-kb:面向中国会计、审计与税法条级查询的 DSH 插件

`dsh-plugin-cas-kb` 是面向 DSH 的插件,旨在解决中国会计、审计和税务问题中缺乏可核验条级依据的痛点。该插件基于 Quaesto 开放知识库,提供 CAS、ASSE、CSA 及中国税法的只读条级访问,包含 265 个文档,无需账号或 API key。 核心功能包括 10 个 MCP 工具(如 `list_standards`、`get_article` 等)及 `china-accounting-standards` skill。该 skill 强制模型“无原文不引用”、“不编造条号”,并规范判断与核验流程,防止引用未读取的原文或依赖未审阅的 AI 生成决策层。 安装需指

Read More
dsh-skill-panel:DeepSeek Harness Web 端的 Skill 管理面板

dsh-skill-panel是DeepSeek Harness Web应用的技能管理插件,由nianchen8基于MIT许可发布。该插件纯JS编写,无构建步骤,旨在集中管理来自用户配置、项目根目录及内置来源的Agent技能。核心功能包括技能列表展示、搜索与多源过滤、修改SKILL.md调用开关、安全的启停机制(记忆并恢复先前状态)、受保护的两步卸载确认、详情视图以及基于官方存储域的技能分组管理。插件支持读取当前会话目录,并在写操作后同步刷新缓存。 安装需DeepSeek Harness 0.1.0-rc.6+及pnpm,通过dsh plugin命令添加后重启即可在设置页或侧边栏使用。用户可通

Read More
dsh-llm-deepseek-vision:给 DeepSeek Harness 的纯文本模型提供视觉输入

dsh-llm-deepseek-vision 是一个 MIT 协议的 DeepSeek Harness (DSH) 插件,用于解决纯文本模型无法直接处理图片的问题。该插件注册了 `DeepSeek (Vision)` 路由,通过引入视觉模型将图片转换为文字描述,再交由文本模型(如 deepseek-v4-flash/pro)进行推理。其工作原理是根据请求分流:无图片时直接透传至文本路由;有图片时,由配置的视觉模型生成描述,再由委托路由完成推理。安装需通过 npm 添加至 web profile,并在 cordis.patch.yml 中配置视觉提供商、模型、提示词及委托路由。启用前需确保视觉

Read More
dsh-skill-manager:为 DSH 增加技能分组与启停管理

dsh-skill-manager 是 Mvyvn 维护的 DSH 技能管理器插件,随 dsh web 自动加载。它提供技能扫描、导入、上传、分组启停和默认组切换功能,将管理集成至设置界面,并赋予 AI 通过 skillmg_* 工具自主操作的能力。插件支持从指定目录一键导入技能或浏览器上传文件,可通过原子改名实现并发安全的技能停用。默认组控制全局会话的技能目录,聊天栏提供会话级分组选择器(当前仅记录,不改变模型目录)。安装需在 Windows 上克隆仓库并运行脚本,随后完全重启 dsh web 进程进行验证。典型用法包括导入技能、建立分组、设为默认组,或直接指令 AI 进行分组管理。该插件适

Read More
dsh-model-garden:给 DSH Web UI 增加可搜索、可排序、可看成本的模型选择器

dsh-model-garden 是面向 DeepSeek Harness (DSH) Web UI 的静态插件,旨在解决模型数量多时难以搜索、排序及缺乏成本可视化的问题。该插件由客户端 `client.js` 和宿主端 `index.js` 组成,需 Node.js 22+ 及 Web 栈支持。 核心功能包括:提供即时搜索、按名称/上下文/价格排序、收藏管理及本地模型筛选的表格化选择器;集成 `models.dev` 数据展示价格(缓存24小时)与上下文窗口;实时显示每任务用量与成本,支持会话成本明细导出 CSV;并提供推理强度选择器。插件以插件化方式运行,不改变 DSH 原有架构,仅在 W

Read More
dsh-pm:春笋驱动的 DSH 项目交付插件

dsh-pm 是一个 DSH 插件,由春笋(ChunSun)驱动,旨在为 AI 原生项目交付提供统一闭环。它通过插件机制将需求、Run、Step、验收场景/用例及工作记忆整合至同一状态体系,避免分散维护。核心功能包括提供 28 个 `chunsun_*` 模型工具,支持 Agent 以需求为对象执行任务、上报状态并维护验收用例;同时提供 GUI 界面用于展示交付状态和配置连接参数。工作记忆与状态以春笋自部署实例为单一事实来源(SSOT)。 插件基于 MIT 许可证,要求 Node.js >= 24 环境。安装方式包括本地构建后通过 `dsh plugin add` 命令接入指定 profile

Read More
chiral-pulse:在 DeepSeek Harness Web 界面挂载 Death Stranding 皮肤与 BB 监护仪

chiral-pulse 是一款由 MoonShadow1976 开发的 DeepSeek Harness (DSH) Web 界面插件,采用 MIT 许可证。它旨在为 DSH Web 界面提供全局视觉主题及 Agent 活动状态可视化。核心功能包括“Death Stranding”风格的全局皮肤,支持暗色与亮色模式,并保留品牌蓝,同时通过 `pointer-transparent` 氛围层增强视觉效果而不阻碍操作。另一功能是输入区上方的 BB 生命体征监护仪,利用 Canvas 绘制 ECG 波形,BPM 数值随 Agent 的思考、工具执行、回合进行或空闲状态动态变化,数据源自会话快照,实

Read More
DeepSeek-Harness-biaoqingbao:让 DSH 助手用表情包表达情绪

DSH表情包插件(moononnn/DeepSeek-Harness-biaoqingbao)为DeepSeek Harness提供基于情绪的表情包发送能力,支持本地图库管理、AI识图、语义检索及用户反馈优化。需Node.js 20+及DSH v0.1 rc系列,Web模式完整支持,headless模式仅提供工具接口。用户需自行上传PNG、JPG、GIF等图片(单次限200张,ZIP限50MB),并可配置视觉与向量模型实现自动识图与配图。插件支持“喜欢/不喜欢”反馈、标签调整及9种方言风格,助手可通过express等工具按情绪调用图片。数据本地存储于${DSH_HOME}/plugin-dat

Read More
Ventus 搜索:DSH 多引擎搜索与正文抓取插件

mmzm0808/dsh-ventus-search 是面向 DeepSeek Harness (DSH) 的搜索与正文抓取插件,采用 MIT 许可证。该插件整合 Bing、360 和 Bilibili 三个搜索引擎,提供并发搜索、结果评分去重、URL 规范化、缓存及自动重试能力,并具备单引擎失败隔离机制。在正文抓取方面,支持广告黑名单过滤、类 Readability 抽取、镜像回退及体积控制。插件附带 Ventus 设置卡,允许用户控制总开关及独立引擎开关,查看健康状态并执行测试搜索。安装简单,无需构建,通过 dsh 命令添加即可。此外,提供仅限本机访问的状态 API(GET/PATCH/P

Read More
dsh-plugin-commandcode-provider:为 DeepSeek Harness 增加 commandcode provider

dsh-plugin-commandcode-provider 是一个为 DeepSeek Harness (DSH) 添加 `commandcode` LLM provider 的 MIT 开源插件,适用于 DSH 0.1.0-rc.6 及以上版本。该插件支持文本消息、流式输出、完整工具调用及推理增量,并具备用量报告、取消请求和确定性错误处理功能。其核心特性包括在 Web 设置页提供 OAuth 按钮以辅助获取和存储 API Key,同时支持通过 DSH profile 配置覆盖 baseURL、maxTokens 等参数。安装可通过本地目录或 GitHub 命令完成,配置时需定义包含 `a

Read More
dsh-cost-display:在 DSH 状态栏显示会话费用

`dsh-cost-display` 是 DeepSeek Harness (DSH) 的开源成本显示插件,旨在解决会话调试时费用信息不直观的问题。该插件在状态栏实时显示当前会话累计费用,支持悬停查看按模型拆分的 Token 用量及思维链统计。其核心功能包括支持基于北京时间的峰谷时段自动定价、可配置的生效日期以应对官方调价、模型列表自动同步以及未知模型的兜底价计费(带 `?` 前缀区分)。用户可通过 `dsh` 命令或手动修改配置快速安装,并在设置页灵活管理价格表、峰谷窗口及开关。费用估算基于输入、缓存及输出 Token 分别乘以对应单价,修改配置后新请求立即生效,但历史数据不变。需注意该费用

Read More
dsh-session-doctor:诊断、解卡、读取 DeepSeek Harness 会话

dsh-session-doctor 是一款由维护者 mayf3 开发的 DSH 插件,定位为“会话医生”,旨在扩展 DSH 环境能力。该插件当前版本为 1.0.0,采用 MIT 许可证,集成了列出会话、读取记录、诊断状态、恢复卡死会话及发送消息五大核心功能。通过 `list_sessions` 可查看会话详情,`session_status` 用于诊断运行状态,`read_session` 支持按序读取文本消息。针对卡在 `running` 状态的会话,`session_recover` 可发送取消信号中止活动并保留排队消息;`send_session_message` 则能向目标会话投递消

Read More
dsh-tesseract-ocr:为文本模型接入本地图片 OCR

`dsh-tesseract-ocr` 是一款 DeepSeek Harness (DSH) 插件,旨在解决文本模型无法处理图片输入的问题。该插件通过本地调用 Tesseract OCR 引擎识别附件图片中的文字,并将识别后的纯文本发送至模型 API,默认保留原始图片字节在本地,不上传给模型提供商,从而避免修改模型输入模态或传输敏感数据。 核心功能包括:支持文本模型处理图片附件、本地 OCR 识别、默认仅发送文本、可选的视觉模型直通模式(`passthrough: true`),以及未加载时拒绝图片附件的 fail-closed 安全机制。适用场景为使用 DSH 文本模型且需基于图片文字问答的

Read More
@max-null/dsh-chinese-thinking:固定中文思考与回复的 DSH 插件

`@max-null/dsh-chinese-thinking` 是一款为 DeepSeek Harness (DSH) 设计的轻量级插件,旨在确保 Agent 始终使用中文进行思考和回复。该插件属于 Max-Null 维护的 `@max-null/*` 系列(SSID 桌面体验),当前版本为 0.3.0,采用 MIT 许可证。其核心功能是通过 `cordis.yml` 配置向系统提示词(system-prompt)注入一条固定的指令:“始终使用中文进行思考和回复,无论用户使用什么语言。”该插件设计极简,不引入任何存储、工具或状态,仅依赖于宿主环境提供的 `@deepseek-ai/cordi

Read More
@mars.liu/dsh-rich-editor:DSH composer 区域的富 Markdown notebook

`@mars.liu/dsh-rich-editor` 是 DSH 的一个第三方 Web 插件,旨在 Composer 区域提供富 Markdown 草稿编辑面,同时保留原生 Composer 的提交路径。该插件通过工具行切换和上下文栈卡片两个入口访问按会话隔离的 Notebook 草稿,并基于 CodeMirror 6 提供语法高亮、原生撤销重做及 Codex 风格的列表 Enter 编辑行为。其核心特性包括与原生 Composer 的双向草稿同步、通过 `conversation.send` 路径提交以及失败时保留草稿。安装要求 DSH family >=0.0.1-rc.1 及挂载特定

Read More
dsh-chat-width-customizer:为 DeepSeek Harness Web UI 一键加宽对话区

magicOF2/dsh-chat-width-customizer 是一款为 DeepSeek Harness (DSH) Web UI 提供的 MIT 许可插件,旨在让用户无需进入设置页即可直接在会话标题栏调整对话内容区宽度。该插件通过点击标题栏工具区的按钮,循环切换 748px 至 1600px 之间的七个预设宽度档位,同步加宽对话消息区、底部输入框及用户气泡。其宽度选择作为全局状态存储在 localStorage 中,支持跨会话保持、跨标签页实时同步,并根据视口宽度自动钳制(下限 320px,上限为视口减 24px),适配深浅色主题。安装时只需执行 `dsh plugin --prof

Read More
dsh-password-prompt:在 DSH Web GUI 中弹出密码面板

DSH插件`dsh-password-prompt`由MagicCrazyMan开发,旨在解决DeepSeek Harness(DSH)Web GUI中Agent向用户请求密码的交互问题。该插件提供`password_prompt`工具,支持仅密码或“账号+密码”模式,通过浏览器弹出掩码面板获取输入。为保障安全,密码不直接返回给Agent或进入模型上下文,而是写入私有文件,仅返回文件路径及账号信息,供Agent通过脚本(如ssh、sudo)调用。 该插件采用MIT许可证,作为双端插件运行,无需修改DSH核心代码。安装需使用GitHub源,并针对pnpm 10+配置构建权限,建议固定Commit

Read More
dsh-jmcomic:在 DSH 侧边栏加入 JMComic 搜索、下载与本地阅读

`dsh-jmcomic` 是一款 MIT 许可的 DeepSeek Harness (DSH) 插件,由 `lywusichen` 维护,旨在将 JMComic 漫画的搜索、下载及本地阅读功能集成至 DSH 侧边栏,无需切换外部应用。该插件内置 `jmcomic` 源码及阅读器前端,无需额外安装 PyPI 包即可运行,要求 Node.js >=22 环境。 核心功能包括:通过侧边栏按钮按 ID 或标题搜索并下载漫画;绑定本地文件夹后,可浏览漫画封面网格、管理本地库(含章节查看)及在 DSH 窗口内阅读。阅读器支持窗口拖拽调整、位置记忆、断点续读(记录最后阅读章节和页码)、页码跳转及卡片悬停删

Read More
dsh-desktop-launcher:给 dsh Web UI 装一个桌面启动器

dsh-desktop-launcher 是一个由 LvienOeria 维护的 dsh 插件,旨在为 macOS 和 Linux 用户提供简洁的桌面入口,解决直接启动 Web UI 需打开终端的繁琐流程。该插件遵循 MIT 许可证,核心功能是在 macOS 桌面生成 `dsh.app`,或在 Linux 应用菜单中生成 `dsh.desktop` 入口。双击这些文件即可启动 dsh Web UI 并自动打开浏览器,无需安装额外的终端命令或修改 PATH 环境变量。 插件零依赖,包体积仅约 147 KB,内置 `whale` 和 `whale-dark` 两种 1024px 图标,并支持自定义

Read More
luxueliu-usage-command:DSH 本机 API 花费账单指令

`luxueliu-usage-command` 是一款基于 MIT 协议的 DeepSeek Harness 插件,旨在解决多来源模型调用时的成本核算难题。它通过读取本机 LiteLLM 网关的落账文件 `gateway_usage.jsonl`,提供 `/usage` 指令以展示按模型和小时划分的当日费用报表。 该插件核心功能包括:支持官方直连、中转商及套餐池三类模型的计价;根据用户时区自动适配币种(如中国用户显示人民币及北京时间);支持基于缓存命中状态的精细化计价;允许通过配置文件扩展自定义模型价格及别名映射。 使用要求 Node.js 22.18+ 环境,安装后需重启 DSH 即可使用

Read More
dsh-plugin-skill-manager-gui:在 DSH 网页设置里管理 SKILL.md 技能

dsh-plugin-skill-manager-gui 是面向 DeepSeek Harness (dsh) 的图形化技能管理插件,由 luoying2334 维护,采用 MIT 许可证。该插件将 SKILL.md 技能的新建、编辑、导入及删除操作集成至 dsh web 设置页,减少手工维护成本。 核心功能包括列出已管理技能、新建/编辑技能(名称需为 kebab-case)、删除及 ZIP 批量导入。技能可安装至全局 $DSH_HOME/skills 或多个工作区,支持多位置安装自动合并及无需重启即可识别。界面支持中英双语并跟随主题,基于 DSH 原生 UI 组件渲染。 安装需执行 dsh

Read More
dsh-plugin-project-management:在 DSH 中生成项目时间线并导出 Word/Excel

dsh-plugin-project-management 是一个基于 DeepSeek Harness (DSH) 的项目管理插件,旨在将项目访谈、时间线生成、任务排期及文档导出整合为统一的工作流。该插件通过 `project-interview` 技能收集项目信息,利用确定性的排期引擎生成支持依赖和工作日感知的甘特图,并允许调整任务。核心功能包括项目定义的校验与持久化、跨会话状态恢复,以及将结果导出为 Word (.docx) 或 Excel (.xlsx) 格式。状态数据保存于工作区的 `project_data.json` 文件中,支持在多会话中继续管理项目。插件提供 Web UI 界

Read More
dsh-pi-tui:DeepSeek Harness 的 pi TUI 终端前端

dsh-pi-tui 是一款基于 MIT 许可的 DSH 插件,旨在为 DSH Agent 提供高性能的交互式终端前端。该插件将 pi TUI 的界面交互能力与 dsh 官方内核机制相结合,解决了终端前端在处理流式文本、工具调用、会话恢复及权限审批时的复杂需求。 核心功能涵盖流式 Markdown 渲染、Thinking 块折叠、工具调用状态卡片(含参数与结果预览)、代码 Diff 高亮以及终端内联图片显示。此外,它支持 Slash 命令自动补全、权限审批弹窗、复杂的会话管理(创建、恢复、Fork、子代理树)及转录搜索。用户可通过 `/retry`、`/copy` 等命令优化操作体验,状态栏则

Read More
dsh-memory-palace:为 DeepSeek Harness 增加 Markdown 文件式记忆

DSH 插件 `dsh-memory-palace` 旨在为 DeepSeek Harness 提供跨会话的持久化记忆。它将记忆存储在人类可直接编辑的 Markdown 文件中,包括长期记忆 `MEMORY.md` 和每日日志,并支持用户级与工作区级双层记忆结构。 核心功能包括自动读取与写入记忆、超期日志自动迁移至长期记忆、兼容 WorkBuddy/CodeBuddy 记忆目录,以及提供 `memory_note`、`memory_read` 等工具进行记忆的增删查改。插件支持 hybrid 模式以保留日志证据,并具备主动记忆与智能摘要功能。所有配置均可通过 DSH 设置面板图形化调整。 该插

Read More
dsh-skill-manager:在 DSH Web 设置中管理用户级 Skill

dsh-skill-manager 是一款面向 DeepSeek Harness (DSH) 的 MIT 许可证插件,旨在简化用户级 Skill 的管理。它通过 DSH Web 设置界面,解决了手动修改目录、SKILL.md 文件及 frontmatter 的繁琐问题。该插件支持在设置面板中集中查看、启用/停用、编辑、新增、删除及重命名位于 $DSH_HOME/skills 下的所有 Skill。其核心优势包括即时生效的启停机制(通过修改 frontmatter 并由 watcher 自动排除,无需重启)、内联编辑内容以及同步目录名的重命名功能。用户可通过命令行安装插件并启动 DSH Web

Read More
dsh-guardian:为 DeepSeek Harness 增加危险操作策略与输出脱敏

dsh-guardian 是 DeepSeek Harness(DSH)的一个 MIT 许可插件,旨在通过执行前策略、执行后脱敏和只读安全审查来提升智能体调用的安全性。它不执行操作,而是检查工具名称、参数及输出,可拒绝危险调用或请求审批。核心能力包括:1. 执行前策略:提供标准、严格、宽松三种模式,内置规则禁止递归删除根目录、向系统目录写入等危险操作,并支持自定义正则规则,遵循最严格结果胜出原则。2. 执行后脱敏:自动从 JSON 结果和渲染文本中删除 AWS Key、GitHub Token 等敏感凭证,防止泄露。3. 安全审查:提供 /security-review 只读技能。该插件适用于

Read More
dsh-rename:给 DeepSeek Harness 加一条 `/rename` 会话重命名命令

`dsh-rename` 是 lmst2 开发的 MIT 许可证 DeepSeek Harness (DSH) 插件,旨在补充内置会话自动命名的不足,提供灵活的会话重命名功能。该插件通过添加 `/rename` 斜杠命令,支持两种模式:若携带具体名称,则直接重命名会话;若不携带名称,则让模型读取当前上下文生成简洁标题。重命名后的标题会被固定,防止被后续自动命名覆盖。 插件基于 DSH 内置机制提交事件,不写入自定义 session 数据,确保卸载后历史会话仍兼容任意 DSH 构建。它支持在 profile 配置中自定义标题长度、输入输出预算、超时时间及模型路由,但要求 provider 与 m

Read More
dsh-tui-pro:面向 DeepSeek Harness 的多会话终端工作台

dsh-tui-pro 是面向 DeepSeek Harness 的社区多会话终端工作台插件,MIT 许可。它基于 DSH 插件化扩展,将长期可用的持久 Assistant 和多个活跃项目会话整合进同一全屏 TUI,提供转录、编辑器、当前计划、实时状态、模型信息及上下文占用视图,减少多窗口切换。核心功能包括:按工作区分组的项目会话管理,支持跨会话读取已完成对话(不暴露隐藏推理和工具流量);丰富的会话命令(如 /new、/switch、/quit)及快捷键切换;运行中的对话控制(Enter 即时转向、Tab 排队、Esc 恢复或查看检查点);查看工具详情(Ctrl+O)和推理内容(Ctrl+R)

Read More
Deepseek-Continuity:DeepSeek Harness 的本地生成与身份一致性插件

Deepseek-Continuity 是由 linxuhao 维护的 MIT 许可证 DSH 插件,旨在解决 Agent 在生成图像、语音、音乐及音效时的一致性与即时反馈问题。该插件支持本地图像、语音、音乐(基于 Stable Audio,最长 120 秒)及程序化 SFX 生成,并具备 WAV 转写回听功能,确保失败生成不被误报为成功。 核心功能包括跨调用身份一致性:通过 `create_character` 等接口固定视觉角色,再调用 `subject_image` 生成图像;通过 `create_actor` 固定声线,再调用 `actor_tts` 生成台词。此外,提供 `trans

Read More
dsh-writing-pad:DeepSeek Harness Web 的会话级 Markdown 写作板

dsh-writing-pad 是面向 DeepSeek Harness Web 的客户端插件,旨在解决长文写作中草稿、改写指令与模型返回结果混杂的问题。它提供会话级 Markdown 写作板,支持在同一会话内维护正文、切换编辑/预览模式、输入额外要求及查看候选修改。核心功能包括生成完整草稿、选区局部改写、自动展示 Diff 定位变更、反馈操作状态及中英文界面即时切换。草稿暂存在 Host 内存中,不同会话互不影响,支持最多 50 步撤销,且不会自动覆盖项目文件。安装需先配置 dsh CLI,版本为 1.1.3。该插件适合需要在 Web 会话中结构化处理 Markdown 写作与模型交互的场景

Read More
dsh-reloader:DSH 的 Web 界面一键重启插件

`dsh-reloader` 是一个 MIT 许可证的 DSH 插件,旨在解决安装或更新插件后需手动重启 `dsh web` 进程才能生效的问题。该插件通过封装 `dsh_reload` 工具,实现了自动化重启流程:等待 6 秒后,利用 `lsof` 和 `ps` 命令精准定位并终止监听 3080 端口且命令行包含 `dsh` 的进程;随后等待最多 15 秒确保端口释放,最后使用 `nohup` 在后台重新启动 `dsh web`,并将日志写入 `~/.dsh/web.log`。 用户只需安装插件(支持 GitHub 或本地源码安装)并在 DSH 中发出“帮我 reload 一下”的指令,即可

Read More
deepseek-vl-support:为 DeepSeek 文本模型接入视觉的 DSH 插件

`deepseek-vl-support` 是一个 MIT 许可的插件,旨在解决 DeepSeek 文本模型无法直接读取图片的痛点。该插件通过拦截图片读取请求,将其发送至选定的 OpenAI 兼容视觉服务(如 OpenRouter、SiliconFlow、DashScope 等),并将返回的文字描述以固定格式回传给模型,从而实现图片理解。 该工具支持多种 Agent 环境,包括 Claude Code、Codex、DeepSeek Harness、Cursor、VS Code 等,并提供一次性安装向导、按 Agent 安装命令及 `doctor` 健康检查功能。用户只需具备 Node.js 1

Read More
dsh-appearance:DeepSeek Harness Web 外观设置插件

levi52/dsh-appearance 是一款基于 MIT 许可的 DSH Web 外观设置插件(v0.1.0),用于定制 DeepSeek Harness 的界面风格。其核心功能包括:提供浅色、深色、跟随系统三种模式及 9 种预设主题;支持 8 种预设强调色及自定义取色,并自动适配文字反色;允许选择界面与代码字体,支持系统字体选择及字号缩放;支持上传或 URL 加载背景壁纸,可调整透明度与模糊度。配置管理支持 JSON 导出/导入,设置保存于 `$DSH_HOME/settings.yaml`,采用草稿机制,确认后方生效。安装需 Node.js 18+,通过 `npm run insta

Read More
dsh-md-html-render:在 DSH 中把 Markdown 渲染为独立 HTML

dsh-md-html-render 是一款 DeepSeek Harness(DSH)插件,由 LeslieWylie 维护,基于 MIT 许可证。该插件旨在将 Markdown 渲染为独立、自包含且无外部依赖的 HTML 页面,适用于转发、存档或离线查看。它提供两个入口:一是模型可调用的 `md_html_render` 工具,支持在 headless profile 中生成并保存 HTML;二是 Web GUI 中的 MD drawer,允许用户在会话中就地浏览、编辑和导出 Markdown。 插件核心特点包括无运行时依赖、所有文件操作均通过 harness fs service 及 s

Read More
dsh-code-index:DeepSeek Harness 的代码库索引插件

dsh-code-index 是 DeepSeek Harness 的一个第三方插件,旨在为智能体提供稳定的代码库地图,解决模型在代码仓库任务中缺乏关键文件定位和符号识别能力的问题。该插件通过 tree-sitter 提供基于符号的索引、按相关度排序的符号搜索以及受限大小且可自动更新的仓库地图。 核心功能包括 `code_index`(构建及维护索引,支持 TypeScript、Python、Go 等六语言,采用增量刷新)、`code_symbols`(列出函数、类等符号及其位置)、`code_search`(基于精确、前缀、子串及模糊匹配的排序搜索,优先展示导出符号)以及 `code_map

Read More
dsh-agent-arena:DSH 插件中的多模型编码比较与确定性验收

`dsh-agent-arena` 是一款由 LeemanCheung 维护的 DSH 插件,旨在通过隔离运行、统一验证和显式应用流程,比较 2 至 4 个不同模型的编码结果。该插件在独立的 Git worktrees 中启动模型竞争,利用 `ctx.subprocess.spawn` 执行保守的 argv 验证命令(如 `pnpm test`),确保过程不依赖 shell 且不使用 LLM 裁判。评分基于成功执行验证命令的权重百分比,平局时依据 contestant ID 决定。用户可审查覆盖所有文件状态的 diff,并仅在确认 HEAD 版本未变且工作区干净后,显式应用获胜者的更改。插件具

Read More
DSH Cluster Plugin:在 DeepSeek Harness 中编排多智能体信息流

DSH Cluster Plugin 是面向 DeepSeek Harness 的多智能体协作插件,通过可视化画布定义 Agent 节点及有向边,实现消息流约束。核心功能包括:1. Canvas 节点图:支持添加节点、连接单/双向边并绑定 Agent;2. Agent 管理:支持 single、multi、any 三种模式,配置自动保存至本地;3. 信息流约束:默认拒绝未声明的消息流,`cluster_view` 仅显示自身及下游,防止信息泄露。此外,支持导出/加载配置及为 Agent 挂载独立身份空间(如记忆、技能文件)。用户需 Node ≥ 22.19 环境,通过 `dsh plugin`

Read More
DSH File Tree:给 DeepSeek Harness Web 会话增加工程文件查看与编辑

lak321/dsh-filetree 是一个面向 DSH Web 界面的插件组合,采用 MIT 许可证,旨在增强会话视图对当前工程文件的管理能力。该插件新增“文件”页签,提供完整目录树的展开、折叠及实时切换功能,支持点击文件查看内容,并具备 VSCode 风格的编辑器,包含 C/C++ 语法高亮、行号、自动缩进、深色主题及透明滚动条,可直接修改并保存文件到磁盘。安装需通过指定最新提交号的 bundle 命令添加插件,随后重启 DSH Web。使用时,用户仅需进入会话,点击顶部“文件”页签,即可在左侧浏览目录,右侧打开文件进行编辑与保存。开发层面需注意客户端插件须正确导出 `inject` 依

Read More
dsh-mycordis:打包与管理 dsh 会话级 Cordis 插件

dsh-mycordis 是一款基于 dsh 的会话级动态插件,旨在解决 Cordis 插件固化与跨会话管理需求。它支持将动态插件一键打包为可重复安装的 dsh 安装包(.tgz)或跨会话导入的便携包(.dshplugin.json),并提供单包与批量打包功能。此外,该插件具备 profile 级插件安装与卸载、便携包导入注册、收藏与去重等管理能力,并内置信任栅栏、请求体上限等安全加固机制。安装需通过 npm 注册表添加并重启 dsh,适用于需要固化动态插件、多会话管理及自动化打包的用户。需注意其预览版便携包目前主要支持 Windows,且导入操作会在进程内执行代码,建议仅使用可信来源。MIT

Read More
dsh-resume:DeepSeek Harness 的求职简历工作台

dsh-resume 是 DeepSeek Harness 的一款求职简历工作台插件,旨在将内容改写、A4 视觉复核、排版调优与导出整合在同一流程。它允许用户在 Markdown 编辑、真实 A4 预览及模板切换间交互,解决单纯 AI 文案修改无法确认页面溢出、留白等排版问题。核心功能包括查看页数与排版指标、按岗位需求调整内容、手动微调字号间距、导出 HTML/PDF,以及版本管理和 MCP 服务连接。该插件适用于 DSH Web profile,需 Node.js 22+ 环境。典型用法包括初始化工作区、利用 Agent 整理底稿并在预览页进行人工复核与细调。需注意其不替代事实核验、不自动投

Read More
dsh-hot-installer:DeepSeek Harness 插件免重启增删与热更新

dsh-hot-installer 是一款由 KYinCode 维护的 DeepSeek Harness(DSH)插件,采用 MIT 许可证。它旨在解决 DSH 中插件添加、移除或更新需重启才能生效的问题,特别适用于长驻表面(如 dsh web)的开发者。该插件在常驻 profile 中监听插件清单变化,实现热装、热卸和热更新,即时修改运行中的插件树,且全程不写配置文件或修改补丁层。 核心功能包括:自动挂载新增包并注入补丁文件;按映射移除对应插件行;升级时当场重载;具备补丁层保护机制,手动编辑冲突时自动补回热装行(除非显式禁用);升级失败时预检并回滚旧版本;支持自身免重启热更新(v0.4.4+

Read More
Kurenai:DSH 原生 Cocos vibe coding 插件

kurenai-studio/kurenai 是一款基于 DSH 的 Cocos 开发插件,旨在将代码修改、实时预览和节点检查整合至同一工作流。该插件支持在 DSH 会话旁提供 Headless Cocos 实时预览,允许用户检查运行时场景树,并将点击选中的节点作为精确上下文传递给 AI 智能体,从而辅助代码修改。与仅修改浏览器运行时不同,Kurenai 直接编辑磁盘上的 Cocos 项目源文件,确保修改可审查且便于后续开发。核心功能包括 HMR 热刷新、基于 package.json 的项目检测、2D/3D 模板选择以及 Web 平台的静态发布支持。当前处于 MVP 阶段,需配置外部 Hea

Read More
dsh-network-proxy:DeepSeek Harness 的网络代理管理插件

dsh-network-proxy 是一款为 DeepSeek Harness (DSH) 开发的网络代理管理插件,旨在解决手工修改环境变量或依赖系统代理导致的配置分散问题。该插件采用 MIT 许可证,通过图形化界面集中管理网络出口,支持跟随系统、手动代理和直连三种模式。设置变更通过 DSH 的 live settings 机制即时生效,无需重启。插件基于 undici 统一接管全局请求,并在 Windows 上智能解析系统代理设置。它要求 Node.js 20.18.1 及以上版本,以及特定的 DSH 依赖包。用户可通过 npm 安装,并在设置界面选择模式;手动模式需输入合法的 HTTP/H

Read More
ListForm:DSH 中的记录、汇总与提醒工具

ListForm 是 DSH 插件生态中由 kobenfang 维护的 MIT 许可智能记账与信息汇总工具,旨在将日常信息处理流程化,无需大型模型即可实现结构化记录与管理。其核心功能涵盖五大类:一是记录,支持支出账单、出货台账、运行日志及自定义表单;二是附件,支持图片与文档存档并自动关联记录;三是归类,能自动识别类型,按类别、日期或标签整理;四是汇总,生成日、周、月报及趋势图表;五是提醒,支持到期、周期及异常提醒。用户可通过命令 `clawhub install list` 进行安装,并在对话中通过自然语言指令(如“记一下吃饭花了68元”或“提醒我每周一交房租”)触发记录、查询及设置提醒等操作

Read More
dsh-power-button:DSH 侧栏电源按钮与独立重启/关机控制

`keyiadiannao/dsh-power-button` 是一款面向 DeepSeek Harness (DSH) Web 界面的自包含电源控制插件(MIT 协议)。它在侧栏底部添加主题感知的电源按钮,提供重启(Restart)和关机(Shutdown)菜单,并具备 Windows 风格的全屏过渡覆盖层。插件内置独立重启引擎,通过写入 `.cjs` helper 实现进程重启,无需依赖其他插件或系统命令。此外,它支持 `/restart` 和 `/shutdown` 命令及 `restart_harness` 模型工具,具备中英双语本地化功能,并自动清理过期日志。安装需 Node >=

Read More
dsh-pin-recall:为 DeepSeek Harness 会话增加“固定并召回上下文”的插件

dsh-pin-recall 是一款由 kerwin2046 维护的 MIT 许可 DeepSeek Harness (DSH) 插件,旨在解决会话中引用历史内容的痛点。该插件允许用户将助手回复、工具结果或自由文本固定(Pin)为持久事件,并通过 `/recall` 命令或 Web UI 卡片将这些内容注入下一轮模型上下文,避免手工复制粘贴。 核心功能包括支持按最新结果、指定 ID 或文本进行 Pin,提供 `/pin`、`/pins`、`/unpin` 及 `/recall` 等指令。`/recall` 可唤醒 agent 处理固定内容,`/recall quiet` 仅排队不唤醒。Pin

Read More
dsh-approval-guardian:为 DSH 沙箱升级审批接入一次性 reviewer

dsh-approval-guardian 是 DeepSeek Harness (DSH) 的插件 bundle,旨在解决自动化流程中交互式审批断点问题。它专门拦截与当前工具执行相关的 strict sandbox escalation requests,并将其路由给一次性 approval-reviewer agent,由后者基于结构化 allow 或 deny 决定审批结果。插件遵循“一切皆插件”理念,仅处理 sandbox 扩大请求,其他非 strict 或无关请求仍交由下游 answerer 处理,保持 DSH 原有行为。 该插件支持 fail-closed 和 fallback-t

Read More
dsh-goal-mode-enhance:为 DeepSeek Harness Web 界面提供可视化 goal 模式

KarlOfLaw/dsh-goal-mode-enhance 是一款面向 DeepSeek Harness (DSH) Web 界面的 Goal 模式增强插件(v0.1.0, MIT 协议)。它将目标状态管理与操作入口可视化,支持查看轮次进度、状态标签及暂停、恢复、编辑、完成、清除等全生命周期操作。插件提供多行文本框创建与编辑目标,支持自动换行、拖高及 `Ctrl+Enter` 提交,并允许在创建时设定轮次上限。在 Composer 工具行中,通过 `◎` 按钮及阶段色点(绿/黄/红)快速指示目标状态,点击可展开或收起目标栏。插件具备零空闲干扰特性,未设置目标时不渲染额外内容。配置通过 Ge

Read More
@kanonouta/dsh-captain:为 DeepSeek Harness 提供 captain 路由的插件

`@kanonouta/dsh-captain` 是 DeepSeek Harness 的 MIT 许可插件,提供合成的 `captain` 模型路由,实现任务规划、执行与审查的自动化协作流程。该插件将任务拆分为三个角色:GPT 规划者生成 JSON 依赖图,DeepSeek worker 在设定的 token 预算及自适应并行限制下执行增量仓库变更,独立 GPT 审查者则基于验收标准、工作报告及 Git 增量 diff 进行最终审核。插件支持双端配置卡片,允许在设置中集中管理各类参数。核心功能包括支持图片附件通过视觉路由转化为文本笔记、自动选择具备图像能力的模型,以及基于父会话工作目录的 G

Read More
dsh-aigc-radar:DeepSeek Harness 的 AIGC Radar 项目检索插件

dsh-aigc-radar 是一款为 DeepSeek Harness (dsh) web profile 设计的插件,旨在帮助开发者在实现新功能前检索可复用的 AI 开源项目。该插件通过 AIGC Radar MCP endpoint 提供项目搜索、分类浏览及 Web UI 卡片展示功能,支持双语标签、每日增长指标及会话回放。 核心能力包括 `search_ai_projects`(检索精选库)和 `get_project_categories`(查看分类体系),结果可渲染为原生卡片并在 Code Mode 中程序化调用。安装需使用 `dsh plugin` 命令,支持 npm 或 Git

Read More
dsh-agent-memory:为 DSH 提供智能体驱动长期记忆

dsh-agent-memory 是为 DeepSeek Harness (DSH) 打造的 MIT 许可长期记忆插件(v0.3),旨在提供跨会话的结构化记忆能力。它采用分层存储架构,将记忆划分为 L1 事实(偏好与环境)、L2 知识(可复用内容)、L3 情景(经历时间线)及摘要层,并支持全局与工作区两种作用域路由。插件向智能体暴露 remember、recall、memory_browse、update/forget 及 memory_stats 等工具,支持多维度检索与时间金字塔浏览。其特色功能包括时间桶自动压缩以及与 dsh-agent-compact 联动,在会话压缩后自动沉淀 che

Read More
JohnXu22786/worktree-mgr:为 DSH 任务自动创建隔离的 git 工作区

`worktree-mgr` 是 DSH 的 MIT 许可证插件,旨在解决并行任务共用仓库工作区导致的变更污染与合并混乱问题。它通过自动创建隔离的 git worktree,实现任务工作区的创建、同步、合并及收尾全生命周期管理。插件支持 Node.js 21+,提供 5 个模型工具及 CLI,具备任务驱动自动生成分支与路径、分支名安全校验、未提交变更检测、合并目标一致性验证及并发安全互斥锁等核心能力。其设计强调同步与收尾分离,支持批量清理且失败不中断,并具备创建失败自动回滚及跨平台触发器支持。用户可通过 `dsh` 命令安装或本地启用,使用 `wtm` 命令行工具执行开始、查看状态、合并、收尾

Read More
dsh-canvas-preview:DSH 画板预览与导出插件

dsh-canvas-preview 是由 jiuyuechuwuhao 维护的 DeepSeek Harness (DSH) 插件,采用 MIT 许可证。该插件旨在解决 AI 生成 HTML 产物时预览、保存和导出的不便,通过在 DSH 会话界面增加“画板”视图,提供实时预览及多种导出功能。 核心功能包括:与聊天并排的独立画板页签,支持左侧文件列表与右侧沙箱实时预览;每 4 秒自动扫描工作区同步新产物;右上角可拖动、展开的通知卡展示实时渲染缩略图;支持使用原生 macOS 目录选择器“另存为”HTML 文件;提供 PNG/JPG 位图(使用无头 Chrome 高清截图)及 SVG 矢量图(直

Read More
dsh-ext-vision-proxy:给 DeepSeek Harness 文本模型接外部视觉 API

dsh-ext-vision-proxy 是一个面向 DeepSeek Harness (DSH) 的外部视觉代理插件,由 jin123-alpha 维护,采用 MIT 许可证。其核心功能是通过接入 OpenAI 兼容的视觉 API,让 DeepSeek-V3 和 R1 等纯文本模型能够理解并分析图片、截图及图表。插件主要提供 `vision_describe` 工具供模型调用,在聊天输入栏增加状态开关和模型选择器,并在设置页面提供 Base URL、API Key 配置及连通性测试功能。它支持解析多种图片格式,并区分多模态与文本模型的不同会话状态。安装需执行 `npm install`、`b

Read More
dsh-rule-engine:把 AGENTS.md 规则交给 DSH 执行

dsh-rule-engine 是 DSH 规则执行引擎 v3 插件,以 ~/.dsh/AGENTS.md 为唯一真相源,将文档规则转化为运行态可检查、可执行、可审计的对象。它通过工具守卫、文本检测、时序检查和审计台账强制执行规则,支持动态解析,增删改规则无需重写插件。主要功能包括 /guard 命令管理状态、规则、日志及白名单,支持 bundle 规范自动挂载,具备任务契约、反过度工程模式及 LLM 裁决等特性。当环境中无 AGENTS.md 时,引擎保持零错加载且不产生误拦。 安装方式为使用 dsh plugin --profile web add dsh-rule-engine 命令或手

Read More
dsh-llm-qoder:把 DSH 的 LLM 接缝路由到本机 Qoder CLI 的插件

`dsh-llm-qoder` 是一款 DeepSeek Harness(DSH)插件,旨在让 DSH 直接复用本机已登录的 `qodercli` 登录态,从而免除配置 API Key 或 settings 段的麻烦。该插件注册了 `qoder` 与 `qoder-byok` 两条 provider 路由,支持无配置接入、长驻会话管理(基于 LRU 淘汰)、宿主工具通过 MCP 桥接给内层模型、实时拉取模型目录(失败时回退静态目录)以及上下文窗口与思考强度的动态切换。此外,它支持旁路请求的冷启动调用,并将上下文超限映射为 `CONTEXT_WINDOW_EXCEEDED` 以触发溢出恢复机制。

Read More
dsh-voice:语音输入转用户消息,回复可朗读

DSH 插件 `dsh-voice` 旨在通过语音交互提升终端智能体效率,实现语音转文字、文字转语音及离开式朗读。该插件遵循“本地优先”理念,音频文件默认存储于本机,不自动录音或上传云端,除非用户显式配置 OpenAI 或 Edge-TTS 等云端后端。其核心功能包括:`transcribe` 支持从文件转写或麦克风实时录制,结果以语音卡片形式插入会话;`speak` 在后台合成并播放文本,适合长任务状态播报;`/voice` 命令用于切换会话级自动朗读回复(默认关闭)。插件兼容 Node.js >=20,支持 Whisper-local、macOS、Say 等本地后端,并可与 `dsh-cr

Read More
dsh-crosstalk:DSH 同机会话横向消息插件

Jesse-njx/dsh-crosstalk 是一个基于 DeepSeek Harness 的 MIT 许可插件,旨在解决同一台机器上多个 DSH 会话无法互相发现或通信的问题。它扩展了 `list_agents` 和 `send_message` 功能,使任一会话能够列出本机其他实时会话并向其发送消息,实现了同机、同用户环境下的 peer 对等通信,无需额外守护进程。 其核心机制包括通过 `~/.dsh/crosstalk` 下的 heartbeat 文件进行会话发现,以及利用原子文件写入实现本地消息投递。消息会被标注为来自 peer agent 的请求,而非用户指令,确保信任边界清晰。该

Read More
dsh-observability:为 DSH 外部子代理调用补上归属观测

dsh-observability 是 jeremy9682 维护的 MIT 许可插件,旨在解决 DSH 调用外部子代理(如 Codex、Cursor)后无法确认会话产物的可观测性问题。该仓库包含两个核心插件:dsh-codex-observability 和 dsh-tool-cursor。前者通过指纹追踪 `~/.codex/sessions` 等目录,将 `sessionRef` 等归属指针写入 journal 文件,仅记录指针而不存储 prompt 或 transcript 内容;后者提供 `cursor_delegate` 工具,支持将任务委托给 Cursor CLI,默认只读且编辑

Read More
dsh-3d-plugin-graph:把 DSH 插件运行时画成实时 3D 图谱

`jelly-000/dsh-3d-plugin-graph` 是 DSH 生态下的 Web 端插件,旨在可视化插件拓扑。它读取 Cordis runtime 实时数据,将节点、工具活动及连接状态渲染为可旋转、缩放、拖拽的 3D 图,无数据时自动回退至离线演示模式。该插件不仅用于监控,还支持安全地执行插件启用或禁用操作,内置双重确认及服务端守卫机制,防止误删核心组件。技术上采用单文件 UI,零外部依赖,具备 CSP、XSS 防护等安全措施,并支持无障碍访问与降低运动偏好。在 170 节点负载测试中,平均帧间隔约 17ms,性能良好。安装需通过 `dsh plugin` 命令添加并重启 Web

Read More
dsh-project-memory:deepseek-harness 的项目级持久记忆插件

dsh-project-memory 是用于 deepseek-harness 的零依赖记忆插件,旨在解决会话间信息不保留的问题。它将项目稳定知识写入本地 `memory/` 目录下的 Markdown 文件(以 `MEMORY.md` 为索引),便于人工审查、Git 审计及版本控制。 插件提供四个核心工具:`memory_load_context` 用于加载记忆,`memory_upsert` 写入或更新,`memory_finalize` 沉淀任务结论,`memory_forget` 删除过期记录(保护索引文件)。功能特点包括敏感信息拦截(如密码、Token)、工作区感知根目录解析以及 r

Read More
dsh-session-fork:为 DSH 会话增加类 git 的分支管理

dsh-session-fork 是一个适用于 DeepSeek Harness (DSH) 的 MIT 许可插件,旨在解决长会话管理中的上下文堆积与丢失问题。它借鉴 Git 模型,将会话 Fork 转化为可管理的分支引用,支持分支间的新增轮次压缩合并回主线。 核心功能包括接管原生 Fork 操作以生成受管分支、支持将分支独有内容 Squash 至主分支或其他分支,以及通过内置的 VS Code Source Control Graph 提供可视化分支查看体验。安装需基于 web-app 的 DSH 环境,通过指定命令添加插件。 典型用法为先将当前会话命名为 main 分支,在指定轮次 For

Read More
getnote-dsh-plugin:在 DeepSeek Harness 中搜索、保存和阅读得到大脑笔记

DSH插件 `@getnote/dsh-plugin` 由 iswalle 维护,采用 MIT 许可证,旨在将得到大脑接入 DSH,赋予 Agent 通过自然语言搜索、保存和阅读笔记的能力。该插件支持检查登录状态、全库或指定知识库语义搜索、保存文字及网页链接(支持标题和标签)、查看最近笔记及详情、列表展示知识库等功能,并内置引导 Skill 以优先调用原生工具。安装需 Node.js 20+ 环境,通过 `dsh plugin` 命令添加,并使用 GetNote CLI 完成本地授权登录,随后重启 DSH 即可使用。用户可通过自然指令实现笔记管理,如搜索特定主题、保存链接并打标签、列出最近内容

Read More
dsh-mimo-vision-hint:零依赖提示 DSH 把图像识别分派给 opencode-go mimo-v2.5 子代理

dsh-mimo-vision-hint 是由 Isekai-Mfu 维护的零依赖 DSH profile bundle 插件(MIT 许可)。它不注册模型工具,也不提供 cordis 服务,仅通过注入系统提示,指导代理将图像识别任务分派给 opencode-go 的 mimo-v2.5 子代理;若 workflow 调用失败,则自动回退至 read_image。该插件适用于已配置 opencode-go provider、mimo-v2.5 模型及 workflow 工具的 DSH 部署环境。 安装时可通过命令 `dsh plugin --profile web add github:Ise

Read More
dsh-plugin-butler:在 Web UI 中管理 DSH 插件

dsh-plugin-butler 是一款基于 MIT 许可的 DSH 插件管家,旨在通过 Web UI 图形化管理 DeepSeek Harness (DSH) 插件。它集成了常见操作,如查看插件目录(含 130+ 官方模块中文说明)、实时启停(通过编辑配置热应用,无需重启)、自定义分组、更新检测与一键更新(含失败回滚机制)、卸载以及依赖关系图展示。该插件零构建、零运行时依赖,支持从 GitHub 市场检索安装第三方插件。用户可通过命令行安装后重启 Profile,在「设置→插件」中管理。适合频繁维护 DSH 插件的开发者。需注意,插件以当前进程权限运行,禁用关键依赖可能导致启动失败,且部分

Read More
imrascal/dsh-archive:DeepSeek Harness 归档会话与回收站管理插件

imrascal/dsh-archive 是一款针对 DeepSeek Harness (DSH) 0.1.0-rc.5 及更高版本的插件,旨在通过设置面板集中管理归档会话和回收站。该插件支持 Windows、macOS 和 Linux 平台,要求 Node.js >=22.0.0。 其核心功能包括查看侧边栏隐藏但记录保留的归档会话,并支持单个或批量恢复。用户可将归档会话移至回收站(存储于 `~/.dsh/trash`),该操作默认可逆,允许后续恢复或永久清除(purge/empty trash),后者不可逆且配有确认弹窗。插件采用 native 与 fallback 双路径设计,启动时进行能

Read More
dsh-shorts-wall:DSH web 里的贴边短视频墙

dsh-shorts-wall 是面向 DSH web profile 的竖屏短视频插件,允许用户在工作区内直接浏览 YouTube Shorts 和 B 站竖屏内容,无需登录或另开标签页。该插件默认以贴边竖栏运行,支持切换为可拖拽、缩放的浮窗或最小化状态,且切换时播放器不重载。它通过双源轮播机制让用户在两个平台间自由切换,YouTube 使用官方 iframe 嵌入播放,B 站则通过原生 MP4 视频配合宿主代理实现进度拖拽。插件提供滚轮、快捷键(如 j/k、↑↓)及按钮等多种切换视频方式,并具备自动连播、坏内容跳过及关键词批次管理功能。用户可通过关键词面板维护预设或自定义词库,数据独立持久

Read More
dsh-ui-outline:为 dsh web 增加轮次导航轨道

`dsh-ui-outline` 是专为 `dsh web` 开发的社区轮次导航插件,旨在解决长对话中快速定位 Prompt 和 Response 的难题。该插件由 iluluyu 维护(MIT 协议,v0.0.2),采用官方 TurnNavigator 设计语言,提供侧边导航栏,支持点击吸附至最近轮次、拖动浏览以及显示每轮内容的预览卡片。用户可配置侧边位置、预览材质(如毛玻璃)及刻度布局,设置持久化于宿主设置文档,支持中英文并跟随系统语言。安装需 DSH 版本不低于 0.1.0-rc.7,可通过 npm 或 GitHub 命令行添加,安装后需重启服务并刷新页面。插件以进程权限运行,依赖 Re

Read More
dsh-plugin-kit:DeepSeek Harness(DSH)Web GUI 插件全家桶

dsh-plugin-kit 是 DeepSeek Harness (DSH) Web GUI 的插件全家桶,通过官方 profile 机制挂载,无需修改源码。它提供环境变量与密钥管理、MCP 服务器配置、Prompt 管理、Profile 维护、全局搜索、Codegraph 集成、终端面板及 RSS 新闻聚合等功能,并包含插件开发脚手架。 安装时需确保 Node.js >= 22.19 及 pnpm 10,执行 `dsh plugin --profile web add @hyzyn/dsh-all` 并重启 `dsh web` 即可使用。该工具适用于需要集中管理 DSH 配置、维护多套环境

Read More
dsh-file-mention:为 DSH Web GUI 增加 @ 工作区文件引用

`dsh-file-mention` 是 DSH Web GUI 的客户端插件,旨在简化模型读取工作区文件的过程。它允许用户在聊天输入框通过 `@` 符号触发实时文件候选菜单,按文件名或路径过滤(大小写不敏感),选中后自动插入 `@相对路径`,从而避免手动输入路径的错误及遗漏。 该插件主要扫描 Git 跟踪文件及未被忽略的新文件,天然遵循 `.gitignore` 规则。对于需被引用但被忽略的文件,可通过在工作区或子目录配置 `.aiinclude` 文件重新纳入候选。支持目录引用、逐级展开及智能排序(优先精确匹配及近期变更文件)。为确保性能与安全,插件设定了文件总数、遍历深度上限,并采用分层

Read More
dsh-tool-git:为 DeepSeek Harness 提供 Git 工具

dsh-tool-git 是面向 DeepSeek Harness (DSH) 智能体的 Git 操作插件,由 Huasfan 维护,采用 MIT 许可证。该插件提供 9 个核心工具,包括查看状态、差异、日志,执行暂存、提交、分支管理、文件恢复及合并等,所有操作均默认基于会话工作区。插件支持从 GitHub 安装或通过本地补丁加载,配置需指定 Git 路径和超时时间。适用场景为需要在 DSH 会话中处理 Git 任务的开发者。使用要求 Git 版本不低于 2.23,并已在 DSH 0.1.0-rc.6 中测试。在安全性方面,插件通过参数数组避免 shell 注入,固定特定环境变量,且区分领域结

Read More
dsh-session-manager:在 DSH Web UI 中管理会话

dsh-session-manager 是一个用于 DeepSeek Harness (DSH) Web UI 的会话管理插件,旨在安全地执行归档、删除、移动工作区及单条 Agent preset 迁移等操作。该插件由 hkkz9522 维护,采用 MIT 协议,当前版本为 0.4.1,支持 Cordis >=4.0.0-rc。其核心功能包括:在侧边栏和会话头部提供直观的操作入口,支持会话的归档与取消归档;执行永久删除时强制要求显式确认;将会话移动至目标工作区(会改变存储的 cwd,运行中会话移动前会自动中断);以及单条会话的预设迁移(仅改变元数据,不影响消息历史或文件)。插件排除了 Suba

Read More
dsh-antv-infographic:在 DSH 中渲染可编辑的 AntV Infographic

`dsh-antv-infographic` 是由 HellowVirgil 维护的 DSH 插件,旨在优化智能体输出路线图、时间线等信息图表的工作流。该插件允许模型直接生成 `infographic` 代码块,并将其渐进渲染为可编辑的 AntV Infographic SVG,无需复制 DSL 或依赖外部工具。其核心能力包括支持约 200 个模板、本地编辑模式、导出 SVG/PNG 及复制源码。插件具备按需加载引擎、限制生成源大小及阻断危险资源等安全机制,并兼容 `fence-registry` 或 DOM 回退方案。安装简单,通过 `dsh plugin` 命令添加并重启即可,还可选装 S

Read More
DeepSeek Harness Background:为 `dsh web` 提供自定义背景与玻璃面板

`HaoyueQin/deepseek-harness-background` 是一款为 DeepSeek Harness Web GUI 设计的 MIT 许可社区插件,旨在解决界面背景与可读性平衡问题。该插件支持上传本地 JPG、PNG、WebP、GIF 图片或使用 HTTP(S) 链接作为背景,并在设置面板提供实时预览。用户可精细调节背景不透明度、自动明暗适配的可读性遮罩、面板透明度、毛玻璃模糊半径及背景模糊效果,并选择覆盖或包含的适配模式。此外,插件提供第三方玻璃注册接口以扩展自定义面板,并为 dsh 0.1.2 及以上版本增强会话时间线滚动体验。本地图片经严格校验后存储于本地,插件以当

Read More
dsh-video-studio(鲸影):DSH 原生视频/漫剧生成插件

dsh-video-studio(Whale/鲸影)是DSH原生AI视频与漫剧生产插件,将故事、剧本、分镜、素材、生成及剪辑长链路整合管理,支持分步执行、额度调度与审计。其核心包括七段导演流水线,前三段由DSH会话模型执行LLM任务;多账号额度池提供轮换、限流、退避及审计功能,凭证存储于本地安全文件;四层提示词工程通过本地优化与评分回写提升质量;风格记忆与一致性资产库确保跨会话角色和场景统一。此外支持并行镜头、ffmpeg自动渲染、剪映草稿导出及可选唇形同步。插件提供多个模型工具与Host路由接口,适用于预置包Mock运行、提示词优化、视频生成及自我审计等场景。需注意部分提供商未经真实Key或

Read More
dsh-acp-enhanced:面向 Zed 等 ACP 编辑器的 DSH 增强 ACP 服务器

dsh-acp-enhanced 是面向 Zed 等 ACP 编辑器的 DeepSeek Harness(DSH)增强服务器,旨在将 DSH 的会话、权限、遥测及工具能力接入 ACP 通道。其核心功能包括文本与推理过程的流式输出、完整遥测、多模态图像输入(无附件存储时自动降级)、模型切换、推理力度调整、权限预设、审批机制、Agent 预设管理,以及工具卡片、原生表单、计划面板等 Zed 集成特性。此外,支持会话恢复与归档、多根工作区、斜杠命令及 MCP 服务器扩展。安装时需通过 dsh 插件命令添加,并在 Zed 配置中注册脚本路径及环境变量,如指定提供商、模型和预设。该插件以当前进程权限运行

Read More
Arcana:DSH 的悬浮斜杠命令甲板

Arcana 是 GooodWei 维护的一款 DeepSeek Harness (DSH) 客户端插件,旨在优化 `web profile` 下的斜杠命令操作体验。它无需服务端改造,仅通过消费公开 RPC 服务,将分散的命令入口整合为可拖动、可折叠的悬浮“命令甲板”。核心功能包括全量命令发现、悬停查看描述、点击即执行(支持内联参数输入)、按本地存储的使用次数自动排序、每页 10 条的分页机制,以及跟随系统设置的中英双语和明暗色自适应。安装需使用 pnpm,并通过 `npx` 或 `dsh` 命令添加插件后重启服务即可在右上角使用。该项目采用 MIT 许可证,适合命令众多、需频繁调用特定命令的

Read More
gehennawu/dsh-service:DSH Web 运维面板

dsh-service 是一款面向 DSH Web 的开源运维面板插件,旨在集中管理安全重启、健康监控、备份恢复及 Linux 权限维护等高频运维任务。该插件要求 Node.js 22+,具备多项核心功能:支持通过检查活跃 Agent 和后台任务来防止误操作的安全重启,并提供基于 npm 标签的版本检测与一键升级;包含运行状态、内存及会话数的健康诊断与文件权限修复;提供供应商额度查询,采用指数退避策略且仅解析归一化数据以保护密钥安全。其备份管理支持 .tar.gz 归档的创建、校验及恢复,严格校验路径与完整性以防止越界攻击。此外,插件还支持技能加载状态管理、子代理模型路由配置、任务通知及会话批

Read More
dsh-desktop-shortcut:为 DSH Web 提供 Windows 桌面快捷方式

`dsh-desktop-shortcut` 是由 `fuyue521` 维护的 DeepSeek Harness(DSH)Web 插件,旨在简化 Windows 用户访问本地 DSH Web 的流程。该插件通过创建桌面快捷方式,实现双击即可启动 `dsh web` 服务并自动打开浏览器,解决了手动输入命令和 URL 的繁琐操作。 核心功能包括:一键生成可定制的桌面快捷方式(支持名称、图标、启动参数及浏览器选择,如 Edge/Chrome);在 Web UI 中集成可拖拽的浮动刷新按钮,具备加载动画、成功反馈,并在 AI 回复期间自动禁用并显示红色提示,避免干扰。 安装前需确保 Windows

Read More
dsh-chat-tools:DSH Web 客户端的对话布局、提问历史与 Markdown 大纲

dsh-chat-tools 是 DSH Web 客户端插件(v0.1.0, MIT),旨在优化长对话阅读效率。其核心功能包括:1)右上角控件支持按百分比调节对话列宽度及居中/靠左布局,设置自动本地保存;2)提问历史菜单带序号,支持通过按钮或快捷键(Ctrl+↑/↓)快速跳转,记录按会话 ID 持久化,未加载内容点击后分页加载;3)为 Markdown 标题生成大纲横条,覆盖对话区及 better-sidebar 文件预览区,鼠标悬停显示完整大纲,点击可定位标题。安装需手动执行 `dsh plugin --profile web add dsh-chat-tools`,在 `cordis.pa

Read More
dsh-sticky-notes:DSH 工作区便签插件

`dsh-sticky-notes` 是一款由 `flyhigao` 维护的 DSH Web 轻量插件,采用 MIT 许可证。该插件旨在让用户在工作区中快速记录临时笔记或待办事项,支持 DSH `0.1.0-rc.6` 及更高版本。其核心功能包括在会话头部提供快捷入口,支持多便签的新建、编辑、保存和删除,并允许用户在工作区间切换。界面语言跟随 DSH 设置,支持中英文,且在切换或关闭前会自动保存内容。数据以 Markdown 文件形式存储于工作区的 `dsh-notes/` 目录下,便于直接用编辑器维护,无额外索引依赖。安装可通过 GitHub 命令执行,安装后重启 `dsh web` 即可使

Read More
dsh-o11y-plugin:为 deepseek-harness 提供统一插件维度可观测性

dsh-o11y-plugin 是专为 deepseek-harness (dsh) 设计的可观测性插件,旨在统一插件维度的遥测管理。它通过注册全局 OpenTelemetry providers,使基于标准 @opentelemetry/api 的插件能够便捷导出 traces、metrics 和 logs,并将 dsh 会话遥测桥接为 OTel logs。该插件支持 headless 与 web 两种 profile,通过 OTLP/HTTP 端点导出数据;若未配置或端点不可达,数据将被静默丢弃。插件具备无状态特性,移除时无需清理数据,且不写入文件、不存储凭据,遥测数据在导出前仅驻留内存。

Read More
DeepJIT:为 DSH 把重复 agent 工作流编译为可复用技能与流程

DeepJIT 是 fly3366 维护的 DSH(deepseek-harness)插件,旨在将智能体执行中重复出现的工作流转化为可复用资产。它通过监控 agent 执行 traces,挖掘高频的“hot workflows”,并利用 LLM 将其编译为 markdown skills 或 flow 步骤模板。这些产物支持热加载到运行中的 DSH 实例,无需重启即可生效。插件提供完整的编译式生命周期管理,包括 AOT 校验、层级提升、降级(deoptimization)和垃圾回收(GC),同时记录 metrics 并输出 GenAI semantic-convention spans 以监控

Read More
dsh-mcp-manager:在 DSH 设置页管理 MCP 服务器

`@fishlikewater/dsh-mcp-manager` 是 DSH 的一个 MCP 服务器管理插件,旨在简化配置维护、状态判断及密钥管理。它允许用户在 DSH 设置页直接对 MCP 服务器进行新增、编辑、删除及启停操作,配置持久化至 `settings.yaml` 的 `mcp` 命名空间。核心功能包括支持 `stdio` 和 `streamable-http` 传输方式,实时展示连接状态(如重连中、失败等),通过 `rev` 修订号实现并发保存保护以避免多窗口覆盖,并支持 `env`/`cred` 密钥引用。插件要求 Node >=18,依赖 `@deepseek-ai/dsh-m

Read More
fenxin-fx/dsh-default-workspace-plugin:新会话不必先选工作区

dsh-default-workspace 是社区维护的 DSH 插件,旨在简化新会话启动流程。针对全新用户需手动选择工作区才能对话的问题,该插件通过自动准备默认工作区或提供“不在工作区中对话”入口来减少前置步骤。其核心功能包括:首次启动时自动创建并注册位于 `<DSH_HOME>/workspaces/default` 的默认工作区;在工作区选择器中新增无工作区会话选项,该会话工作目录回退至 host 的 `process.cwd()` 并显示为未分组。插件设计遵循零依赖、幂等、非致命错误及零足迹原则,已有工作区时默认不干预,除非配置 `always: true`。支持通过配置项或环境变量

Read More
dsh-funasr-voice:在 DSH 输入框中使用本地语音识别

`dsh-funasr-voice` 是 DSH Web 的本地离线语音输入插件,旨在通过本地 ASR 实现免外部接口的语音转文字。该插件采用浏览器端采集麦克风、Host 端运行 FunASR + SenseVoiceSmall 的架构,支持在本地 CPU 上实现约 10 倍实时速度的识别,具备自动断句、边说边出字、实时显示录音时长及自动填入草稿等功能。 安装需通过 DSH 插件管理器添加,随后在设置页一键安装依赖(包括 venv、funasr、torch 及模型下载),或手动配置 Python 解释器与模型路径。配置支持 GUI 或 YAML 文件,可自定义语言、端口及自动发送等行为。该插件

Read More
Fectivnfy112357/github-explore:gh CLI 的 GitHub 发现与管理封装

Fectivnfy112357/github-explore 是一个面向 AI 编码智能体的 DSH 插件,基于 gh CLI 封装 GitHub 仓库发现与管理功能。它不新增 CLI 入口,而是围绕 gh search 和 gh repo view 提供多轴探索、相关度评分、智能默认过滤(如去重、排除 fork/archive)及分层 Markdown 摘要输出。插件支持 --schema 参数以生成机器可读的 JSON 结构,适用于 find_repos、explore 和 repo_summary 等脚本。 安装时需确保环境具备 Python 3.10+ 及已认证的 gh CLI,通过

Read More
dsh-prompt:DeepSeek Harness 的 Prompt 模板插件

dsh-prompt 是专为 DeepSeek Harness (DSH) Web 客户端设计的提示词(Prompt)管理插件,旨在解决对话中频繁手写或复制粘贴固定结构提示词的痛点。该插件通过 DSH 官方 bundle 机制实现零配置接入,支持 MIT 许可证,当前版本为 0.1.6。 核心功能包括内置 24 条深度提示词模板、自定义模板管理,以及三种便捷的调用入口:界面 Prompt 按钮、`/prompt` 命令触发源和智能推荐悬浮卡。用户选中模板后,内容会自动插入当前对话输入框,允许在发送前进行二次编辑和上下文补充,从而提升操作效率。 安装需依赖 DSH CLI,通过 `dsh plu

Read More
dsh-chinese-skill-patch:让 DSH 支持中文技能名

dsh-chinese-skill-patch 是一个由 FeatherHunter 维护的 DeepSeek Harness(DSH)插件,旨在解决中文技能名无法被发现、校验及调用的问题。该插件无需修改 DSH 源码或 SKILL.md 文件,即可让“私家大厨”等中文技能在 `/` 补全、斜杠手势及模型侧 `skill()` 调用中正常工作。 核心能力包括:支持中文技能名的发现与调用,实现 `/私` 补全及 `/私家大厨` 直达注入,兼容模型侧中文名称调用;同时处理 BOM 导致的解析失败及折叠语法兼容。插件提供 `_chinese_skill_patch_list` 工具查看加载状态,并自

Read More
dsh-a2a-agent:把 DSH 智能体暴露为 A2A 兼容 Agent

`dsh-a2a-agent` 是面向 DeepSeek Harness (DSH) 插件环境的组件,用于将 DSH 智能体转换为 A2A 兼容 Agent。它提供 Agent Card 自动发现、JSON-RPC 2.0 端点及大模型驱动的对话回复,支持 `message/send`、`tasks/get` 等标准方法。该组件以 npm 包或动态插件形式存在,要求 Node.js >= 20,复用宿主 webServer 并支持 CORS。若启用流式配置,可通过 SSE 返回事件流;模型失败时自动降级为确定性回显。数据仅存于进程内存,停止即清空。适用场景包括接入外部 A2A 客户端、统一发现

Read More
dsh-session-folders:为 DSH Web 侧栏增加一层会话文件夹

dsh-session-folders 是 DSH 客户端插件,旨在优化 Web 侧栏会话管理。它通过引入一层命名文件夹,解决多会话工作区的分组、移动、归档及查找问题,同时保留内置浏览器的运行状态徽章。核心功能包括:支持文件夹的创建、重命名、删除及拖拽排序;允许通过拖拽或右键菜单移动会话、即时新建文件夹、内联重命名及自动命名;提供会话固定(Pin)功能以保持顶部显示;支持快速归档与恢复,并通过 Recent 区域快速访问最近会话。此外,插件支持双语 UI、会话搜索及折叠状态记忆。数据持久化方面,文件夹结构及会话状态保存于 DSH 服务端,视图状态存于浏览器 localStorage,且所有操作

Read More
dsh-web-search-firecrawl:把 DSH 的 web_search 接到 Firecrawl

`@elves-ai/dsh-web-search-firecrawl` 是一款面向 DeepSeek Harness (DSH) 的插件,旨在将内置 `web_search` 的后端由 DeepSeek 路由切换为 Firecrawl 搜索 API。该插件通过注册 `WebSearchProvider` 实现功能,无需重启即可在 Firecrawl 与原有路由间在线切换。 使用前需确保 DSH 版本为 `0.1.0-rc.6` 线,并持有 Firecrawl API Key。若未配置 Key 且无环境变量回退,搜索将因 `WEB_PROVIDER_CONFIGURED_UNAVAILABLE

Read More
dsh-tiered-approval:DeepSeek Harness 的分级自动审查插件

`dsh-tiered-approval`是专为DeepSeek Harness(DSH)设计的分级自动审查插件,旨在解决工具调用审批中“全确认”效率低与“全放权”风险高的两难困境。该插件采用MIT许可,通过三层裁决机制替代简单的二进制审批:首先利用静态规则安全网,直接拦截递归删除、格式化等不可逆高危操作;其次由LLM审查员判断调用是否符合用户意图,输出允许、拒绝或询问指令;最后对拿不准的调用进行人工兜底确认。插件支持配置`autoApproveAligned`以在意图高度对齐时免弹窗,以及`alignDeny`允许特定高危操作降级为人工确认。审查强度随DSH访问模式(如只读、工作区写)自动调

Read More
dsh-smart-restart:DSH 重启后自动唤醒主 agent

DSH 插件 `edusrez/dsh-smart-restart`(v0.5.1,MIT 协议)旨在解决服务重启后主 agent 不知情导致工作中断的问题。它通过检测进程 PID 变化识别重启,并在启动时向 agent 发送 Smart-restart 通知以恢复任务。 核心功能包括: 1. **重启检测与通知**:通过 `marker.json` 比较 PID,计算宕机时间,并利用 `agent/session-start` 钩子发送通知。 2. **智能投递优先级**:按 `pending-notice.json` > `shutdown-notice.json` > 默认目标的顺序处理

Read More
dsh-plugin-wechat-official:DeepSeek Harness 微信 ClawBot 渠道插件

dsh-plugin-wechat-official 是 DeepSeek Harness (DSH) 的微信官方渠道插件,旨在解决个人微信接入 DSH Agent 的合规与安全需求。该插件基于腾讯官方开放的微信 ClawBot 插件功能(iLink 协议)实现,摒弃了逆向协议、Hook 或网页自动化等高风险方式,且无需维护公网回调服务、域名或端口映射。 核心功能包括:支持扫码登录、长轮询消息接收与发送;每个微信用户拥有独立会话并支持历史持久化;具备“正在输入”状态显示;支持约 24 小时有效期的自动重连与到期提醒;提供 open、allowlist、disabled 三种访问控制模式;支持语

Read More
dsh-rollback-withdraw:DeepSeek Harness Web 的消息撤回与工作区回滚

dsh-rollback-withdraw 是 DSH web-profile 插件,旨在简化智能体开发中的代码与会话回滚操作。它允许用户在回合边界通过一键撤回,同时恢复工作区代码并将会话分叉至该点之前。插件支持 Git 模式和文件快照模式自动切换,默认在 Git 仓库中提交检查点,否则使用硬链接快照。 安装需 Node >= 20,当前优先支持 Windows(依赖 robocopy 和 PowerShell)。启用后,用户在消息旁点击 undo 图标并二次确认即可执行回滚。该功能适合在本地单人使用时快速修正多轮修改中的错误。 需注意,回滚仅限回合边界,插件安装前的消息无快照;Git 模式下

Read More
duyanta123/dsh-data-insight:DSH 数据洞察技能插件

`duyanta123/dsh-data-insight` 是一款基于 DSH 生态的数据洞察技能插件,旨在将 CSV、粘贴表格、SQL 结果或 DuckDB 数据转化为包含业务结论、指标和图表的结构化 Markdown 报告。该插件采用纯指令型实现,零依赖、零构建,通过 LLM 驱动宿主工具完成计算。其核心功能涵盖五种数据源支持及“输入受理、数据探查、指标计算、图表呈现、报告产出”的五阶段流水线,提供汇总统计、同环比、TopN 及异常值检测等指标,并支持 Markdown、Mermaid 及 ASCII 三种图表呈现方式。用户可通过 `dsh plugin` 命令安装并在会话中直接触发分析。

Read More
DeepSeek Harness 插件:duntansen/dsh-update-checker

DSH Update Checker 是一款由 duntansen 开发、基于 MIT 协议的 DeepSeek Harness Web 插件,旨在解决本地 DSH 版本滞后于 npm 最新版本的问题。该插件将版本检查与更新操作集成至 DSH 设置页,实现了对分散在终端中操作的集中化管理。 其核心功能包括:自动读取本地版本并与 npm registry 的 latest 和 next 标签对比,支持语义化版本及预发布段识别;在发现新版本时提供一键更新入口,执行 `npx` 命令并实时展示安装进度;展示最近 8 个版本的发布历史及当前版本状态;在页面打开期间每 6 小时自动复检,并通过浏览器通知

Read More
dsh-mcp-connector:DeepSeek Harness 的 MCP 连接器与 Server 市场

dsh-mcp-connector 是 DeepSeek Harness (DSH) 的 MCP 连接器插件,旨在解决 MCP Server 配置分散、鉴权复杂及维护困难等痛点。该插件构建了一个统一的市场目录,实现 MCP Server 的发现、授权、连接管理及工具/Prompt 发现的自动化。核心功能包括支持 OAuth 2.0 PKCE、API Key、stdio/HTTP 及 JSON 导入,提供图形化界面进行连接器的浏览、添加与状态监控,并具备连接持久化、重启恢复及 OAuth 自动刷新等生命周期管理能力。当前版本 0.2.32 提供超过 100 张连接器卡片,支持独立远程 Regis

Read More
dsh-meow-cat:为 DSH Web 端加入轮次结束的轻提示

`dsh-meow-cat` 是一款专为 DSH Web 端设计的轻量级插件,旨在对话轮次结束时提供视觉与听觉反馈。其核心功能是触发一只小猫跑过底部的纯 CSS 动画,并播放通过运行时内存合成的“喵~”音效(WAV 格式,无外部音频文件依赖)。该插件由 `lib/index.js` 和 `lib/client.js` 两个 JS 文件及一行 bundle patch 组成,无额外依赖。安装命令为 `npx dshpub add dsh-pub/dsh-meow-cat --profile web`,安装后需重启进程。用户可通过状态接口查看轮次计数,或利用浏览器控制台调整音量、轮询间隔等配置。需

Read More
skillx:DeepSeek Harness 的外部 Skill 安全采用插件

skillx 是面向 AI Agent 的安全元 Skill 及 DeepSeek Harness 插件,旨在规范外部 Skill 的发现、评估与安全采用流程。它要求 Agent 在执行任务时,先判断是否需要外部辅助,优先检查本地资源,随后按渠道优先级搜索候选项。通过只读方式获取并横向比较候选 Skill 的匹配度,识别提示注入等安全及信任风险。若存在中高风险或危险信号,必须请求用户确认;默认仅临时参考使用,永久安装需遵循更严格的流程。 该插件支持通过 `dsh plugin --profile web add` 命令安装(包名为 `dsh-skillx`),卸载使用 `remove` 命令。

Read More
dsh-windows-readiness-proof:托管 Windows 主机的 readiness 证据校验

`dsh-windows-readiness-proof` 是一个 MIT 许可的 DSH 插件(要求 Node.js >= 22),用于验证已净化且 SHA-256 固定的 Windows 主机观测证据是否满足 DeepSeek Harness 的前置条件。该插件定位为证据验证器,不采集数据也不执行修复,而是对现有证据进行确定性校验并生成审计 artifact。 核心功能包括 `inspect`(查看状态)和 `verify`(执行校验并输出结果)两个 CLI 入口,以及对应的 DSH/MCP 工具。插件采用“Fail closed”策略,对缺失、过期、格式错误、疑似敏感信息或策略不匹配等证

Read More
dsh-terminal:DeepSeek Harness 的持久化终端模式

dsh-terminal 是 DeepSeek Harness (DSH) 的一款 MIT 许可插件,由 dongsheng123132 维护,要求 Node.js 22+ 环境。该插件旨在为 DSH 提供持久化交互式终端模式,使开发者能像在会话式 CLI 中一样连续使用 DSH。其核心功能包括在多次提示间保持同一个 Agent 和 Session,复用 DSH 的模型、工具及权限设置。 使用时,普通文本输入会在同一会话中继续对话;通过 `/new`、`/exit`(或 `/quit`)可新建会话或退出终端,`/help` 用于查看命令列表,其他斜杠命令则直接分发给 DSH 处理。用户可通过

Read More
dsh-surface-contract-proof:为 DSH 记录表面固定语义契约

dsh-surface-contract-proof 是一款 MIT 许可的 DSH 插件,用于验证 DSH ToolRuntime、MCP JSON-RPC 和 CLI JSON 三类机器通信表面是否遵循固定的语义契约。该插件基于显式 SHA-256 固定的 JSON fixtures,通过计算规范摘要(canonical digest)进行一致性比对,避免直接重放请求带来的副作用或凭据风险。核心功能包括 `inspect`(生成基线摘要)和 `verify`(验证当前状态),提供 DSH 工具及 MCP 别名。插件采用 fail-closed 策略,在数据缺失、过期或格式错误时拒绝通过,且

Read More
OLEDCare:DeepSeek Harness 的 OLED 防烧屏插件

OLEDCare 是专为 DeepSeek Harness (DSH) Web GUI 开发的开源插件,旨在解决 OLED 屏幕在长智能体会话中因深色背景和高亮文字长时间静止导致的累积磨损问题。该插件在不改变原有操作习惯的前提下,通过调暗界面像素亮度来保护屏幕。 其核心功能包括提供真黑全屏屏保的 Nap 模式、将深色主题背景设为纯黑、降低静态边框亮度、基于 Gamma 感知对文字和亮色元素进行调暗,以及根据空闲或焦点状态实施阶梯式调暗。此外,它还支持色相随时间旋转漂移,并允许用户自定义各项参数。设置通过浏览器 localStorage 保存,若不可用则回退至内存。 安装需满足 Node.js

Read More
seekmaid-pet:DSH 自动启动的 Windows 桌宠

seekmaid-pet 是 DSH 生态下的 Windows 11 桌宠插件,用于将长时间运行的 DSH 会话状态可视化。它支持任务开始、完成、新消息及工具调用时的气泡提示,并允许用户向当前 DSH 会话双向发送消息。作为独立站点项目,它既可作为原生桌宠常驻系统托盘,也可作为 DSH 插件自动随 DSH 启动或关闭。主要特性包括无控制台窗口运行、单实例限制、开机自启支持以及零配置自动检测初始化。安装需在 Windows 侧具备 Python 3.10+、PySide6 及 Node.js 环境,并通过本地目录或 GitHub 链接安装插件。初始化需运行 setup_windows.bat 创

Read More
interest-memory:为 DeepSeek Harness 增加跨会话长期记忆

interest-memory 是由 djasdh 维护的本地长期记忆服务,旨在解决 DeepSeek Harness (DSH) 会话间上下文不连续的问题。该服务基于 Go 语言开发,利用 SQLite-vec 向量索引实现本地存储与检索,支持完全离线运行。它通过 Cordis 插件 `@djasdh/interest-memory-dsh-bridge` 接入 DSH,在会话开始时自动召回相关记忆,结束时推送对话记录。核心功能包括带证据的记忆存储、三阶段验证(检查/声明/矛盾)、语义相似条目的自动合并、旧条目的取代标记以及基于图谱的查询可视化。系统提供 REST API 供多代理框架共享使

Read More
dsh-usage-cost:按会话逐轮计算 DeepSeek API 成本

`dsh-usage-cost` 是一款 DeepSeek Harness 插件,用于在 Web 端按会话逐轮实时计算 API 成本。该插件通过服务端投影 `usageTimeline` 记录每轮助手的 token 用量(包括未命中、输出、缓存读写)及时间戳,并在对话界面提供对话、工作区、今日及5小时四个维度的成本读数。其核心优势在于自动适配8月17日起的峰谷计价逻辑,根据时间戳切换费率;若旧会话缺失时间线数据,则回退至平峰价计算。插件采用官方 Bundle 形态,从 Git 仓库安装无需额外构建,只需执行安装命令、重启 Web 并刷新页面即可使用。用户可通过编辑 `lib/client.js

Read More
dsh-airdrop:把文件拖进 DSH,AI 就能读

dsh-airdrop 是一款 DSH 网页端插件,旨在解决文件上传难题。用户只需在 DSH 窗口拖入文件或文件夹,附件即可随消息发送,AI 自动读取内容。该插件支持任意格式附件,不限制文件类型,并提供浏览器内预览功能。文件仅存储于当前会话隔离的工作区,互不干扰。针对大文件,插件支持分块上传、断点续传及网关错误自动重试,单文件上限达 20 GiB。安装需 Node.js >=22,通过 `dsh plugin` 命令添加 `dsh-universal-attachments` 包并重启服务即可生效。出于安全考虑,推荐通过 SSH 隧道远程访问,避免直接暴露公网。使用时需注意空目录可能不被保留,

Read More
dsh-vision-skill:让 DSH 纯文本模型也能识图、OCR、定位目标

dsh-vision-skill 是 DSH 生态下的标准识图插件,由 DDDFXYqiming 开发并采用 MIT 授权。该插件旨在弥补纯文本模型无法直接处理图片的缺陷,通过注册原生 `vision` runtime skill,让文本模型能够调用本地工具实现图片识别、OCR、目标定位及主色分析等功能。 其核心工具包括:`vision_analyze`(支持通用、代码、证据等6种模式)、`vision_ocr`(保留排版的文字提取)、`vision_ground`(返回坐标的目标定位)、`vision_detect`(枚举按钮等元素)、`vision_dominant_colors`(本地算

Read More
dsh-layered-memory:DSH 跨会话长期记忆插件

dsh-layered-memory 是 DeepSeek Harness (DSH) 的跨会话长期记忆插件,采用 MIT 授权,旨在解决会话结束后上下文丢失问题。该插件将验证过的事实、任务经验和环境信息持久化存储于磁盘,支持跨会话检索。 核心功能包括 L1-L3 分层记忆、命名空间隔离、BM25 全文检索、内容去重及跨命名空间经验提升。插件提供 14 个记忆工具,如 `memory_write`(强制证据验证)、`memory_search`、`memory_index` 等,支持渐进式工具暴露。一致性维护依赖查重、手动更新及合并候选,系统不自动检测矛盾,且严禁物理丢弃已验证事实,仅允许压缩

Read More
dsh-annotation-patched:引用助手消息并逐条回应

dsh-annotation-patched 是一款面向 DSH Web 的浏览器端增强插件,由 DDDFXYqiming 维护,采用 MIT 许可证。该插件旨在解决手动复制粘贴助手回复进行追问时丢失上下文及定位不清的问题。其核心功能允许用户选中助手消息中的文字,通过点击“引用”按钮生成引用块并随消息发送。模型收到后,会按编号逐条回应,并附带可悬停展开的引用标记。插件采用显式单按钮制,支持自动清理旧引用块,并能同步多行输入时的引用标签位置。此外,它提供本地补丁重放工具,便于在升级基座时基于清单重放补丁以生成新的客户端文件。安装可通过 `dsh plugin` 命令从 GitHub 或本地目录添

Read More
dsh-web-search-searxng:把 DSH 的 web 搜索接到自托管 SearXNG

dsh-web-search-searxng 是一个为 DeepSeek Harness (DSH) web profile 提供的独立插件包,旨在让用户将 web_search 功能后端切换至自托管的 SearXNG 实例,从而摆脱对外部 API 的依赖。该插件基于 MIT 协议,采用纯 ESM 模块开发,无需构建步骤,通过简单的 `dsh plugin` 命令即可安装并自动激活。 配置方面,支持通过环境变量 `SEARXNG_BASE_URL`(默认 localhost:8888)、`SEARXNG_NUM_RESULTS` 和可选的 `SEARXNG_API_KEY` 进行设置,也可直接

Read More
dsh-plugin-md-outline:DSH 的 Markdown 大纲与结构检查插件

dsh-plugin-md-outline 是一个由 d-ouyang 维护的 DeepSeek Harness(DSH)插件,采用 MIT 许可证及纯 ESM JavaScript 编写,无需构建步骤。它旨在自动化解决 Markdown 长文档的结构问题,通过添加 `md_outline` 工具,实现对文档标题树输出及结构问题的自动检查。 核心功能包括输出带行号的 H1-H6 嵌套标题树,检测标题层级跳级、重复标题、H1 唯一性问题以及未闭合的代码围栏。插件支持 `outline`、`lint` 和 `both` 三种模式,允许通过 `maxDepth` 限制大纲深度,并支持对目录进行递归扫

Read More
DSH ExpMem:为 DeepSeek Harness 增加可检查的长期记忆插件

DSH ExpMem 是面向 DeepSeek Harness 的 MIT 许可社区插件,旨在解决长期个人记忆的本地存储与追溯问题。它将用户习惯、任务经验和工程洞察写入本地 JSON 文件,保留 DSH Session 作为原始逐字历史层,且不复制 Session 事件。该插件采用分层记忆架构,支持在上下文压力大时提示 Agent 保留持久知识,并基于相关性、近期性和重要性进行检索排序。其核心优势包括支持可审计的反思(引用支撑观察、可中断恢复)、维护候选至弃用的完整信任生命周期、以及导入 Claude Code 和 Codex 的 Markdown 记忆为带来源证据的候选记录。插件运行轻量,不

Read More
dsh-deepseek-balance-widget:在 dsh Web 侧边栏查看 AI 余额

dsh-deepseek-balance-widget 是一个由 crazy-L118 维护的 dsh Web 侧边栏插件,旨在集中显示 DeepSeek 和 MiMo(小米)的余额、今日消费及 Token 用量,并每 30 秒自动刷新。该插件基于 MIT 许可,要求 Node.js >=18,通过 dsh plugin 命令安装(建议指定版本 2.4.2),安装后需彻底重启 dsh web 服务。 核心功能包括侧边栏实时入口和详情弹窗。弹窗支持管理平台、切换视图、移除或添加新平台。DeepSeek 用户需配置 API Key,可选配置 Platform Token 以查看详细用量统计及繁忙时

Read More
dsh-plugin-xquant:把 xquant 量化研究 MCP 接入 DeepSeek Harness

dsh-plugin-xquant 是一个由 codingDuan 维护的 DSH 插件(MIT 许可),旨在将 xquant 量化研究 MCP 无缝接入 DeepSeek Harness,解决外部工具在 dsh Web 中接入配置繁琐的痛点。安装后,用户可在 dsh Web 中直接查询因子定义、计算因子时序、浏览策略逻辑及历史绩效,并将结果整理为易读的研究结论。该插件定位为研究辅助工具,不提供买卖建议或市场预测。 使用前提是在 dsh 进程环境中配置 `XQUANT_API_KEY`,插件仅从环境变量读取,不写入本地文件或上传。默认连接 xquant.shop 官方 MCP 服务,支持通过

Read More
dsh-plugin-web-search-tavily:为 DSH 增加 Tavily 搜索后端

dsh-plugin-web-search-tavily 是面向 DeepSeek Harness (DSH) 智能体开发的 DSH 插件 bundle,核心功能是将内置 web_search 工具的底层服务切换为 Tavily,同时保持模型可见的工具接口 schema 不变。它通过向 ctx.web 能力接缝注册 WebSearchProvider 实现这一目标。插件支持 apiKey、baseURL、searchDepth、topic、includeAnswer、numResults 等配置项;当 apiKey 为空时,provider 处于“已注册但不可用”状态。available()

Read More
coder-wu/dsh-finance-data 插件说明

本文介绍 DSH 插件 `coder-wu/dsh-finance-data`,仅基于已核实信息。确认其仓库 Owner 为 `coder-wu`,GitHub 地址为 `https://github.com/coder-wu/dsh-finance-data`。由于 README 抓取失败且官方文档缺失,本文无法提供核心功能清单、安装命令、典型用法或适用场景等具体细节,也不确认其具备“增量收集金融数据”等功能。文章建议用户避免根据名称自行推测使用方式,在安装或启用该插件前,务必深入检查其源代码、许可证、依赖项及权限范围,以确保符合本地 `dsh` 环境要求并保障安全,防止安装来源不明或权限不

Read More
dsh-web-search-multi:DeepSeek Harness 多源 Web 搜索插件

`dsh-web-search-multi` 是面向 DeepSeek Harness(DSH)的多提供商 Web 搜索插件,旨在统一不同搜索引擎的接入、配置与回退逻辑。该插件支持 360、Bing、百度等免 Key 直连引擎,以及 Tavily、Brave Search、Serper/Google、Bocha AI 和自托管 SearXNG 等提供程序,并内置 DuckDuckGo 全局回退机制。它通过 DSH Web UI 提供可视化的“多源 Web 搜索”设置页,支持实时连接测试和即时持久化。凭据安全存储于 `~/.dsh/.credentials.yaml`,普通设置保存至 `~/.d

Read More
dsh-chat-tidy:为 DeepSeek Harness Web 对话页整理排版与表格

dsh-chat-tidy 是由 ChuanTianML 维护的 MIT 许可证纯样式插件,专为 DeepSeek Harness (DSH) Web 对话页优化版式。它通过调整字体、间距、标题、列表、分隔线、引用块及表格样式,将 Markdown 表格呈现为 DSH 原生组件效果,显著改善阅读观感。该插件不修改 DSH 的 Markdown 渲染、主题、工具调用、推理或会话行为,不发起网络请求,也不存储任何数据,确保模型输出和宿主数据安全。它支持内置亮色/暗色主题,并与 dsh-skin 兼容,但建议与 dsh-ux 等同类布局插件避免同时使用以防冲突。安装可通过 `dsh plugin -

Read More
dsh-roleplay:DeepSeek Harness 角色扮演、角色卡与图片生成插件

dsh-roleplay 是一个由 chinosk6 维护的 DeepSeek Harness (DSH) 插件,旨在将角色扮演、角色卡管理及图片生成能力整合至 DSH 的 web profile 中。该插件遵循 MIT 许可证,要求环境满足 dsh 0.1.0-rc.6+、Node 22.19+ 及 pnpm 9+。 核心功能包括:支持角色扮演式对话;提供交互式角色卡创作及酒馆兼容角色卡的生成与导入,支持从 RP-Hub 导入卡片;以及调用 NAI 官方接口、ai.erp.sex 三方接口或本地 Stable Diffusion WebUI 进行图片生成。 安装方式灵活,可通过 npm 或

Read More
dsh-mcp-bridge:为 DeepSeek Harness 自动接入 MCP 服务器

`dsh-mcp-bridge`是面向DeepSeek Harness(DSH)的MIT许可证零依赖MCP客户端桥接插件,旨在简化外部工具接入流程。该插件通过标准输入输出(stdio)连接本地MCP服务器,或利用HTTP/SSE接口经`mcp-remote`连接远程服务器。连接成功后,它自动将服务器声明的工具、资源及提示词注册为DSH agent可调用工具,命名格式为`mcp_<server>_<tool>`。 核心能力包括支持本地命令启动与远程URL配置、工具权限过滤(`allowTools`/`denyTools`)、超时设置、异常自动重试(最多3次)以及进程生命周期管理。安装可通过`ds

Read More
dsh-llmwiki:DeepSeek Harness 的本地 Markdown 长期记忆插件

dsh-llmwiki 是由 chancelu 开发并维护的一个 DSH 插件,旨在解决智能体模型上下文窗口有限及长期记忆缺失的问题。它将本地 Markdown vault 作为 DeepSeek Harness 的长期记忆存储,通过向模型请求注入相关 Wiki 知识实现持续利用。该插件提供 `memory_search` 和 `memory_save` 工具,支持自动捕获每日会话至指定目录,并采用关键词、维基链接图及时间戳三种检索策略,结合 RRF 算法融合结果,在 token 预算内组装上下文。它具备 LRU + TTL 缓存机制,除 Node.js(需 22 及以上版本)外无其他运行时依

Read More
dsh-openai-codex:为 DeepSeek Harness 接入 ChatGPT 订阅制 Codex 模型的实验性插件

`dsh-openai-codex` 是一款实验性、非官方维护(out-of-tree)的 DeepSeek Harness 插件,旨在将 pi-ai 的 `openai-codex` 模型独立集成到 DSH 中。它通过 DSH 公开的 `ctx.llm` 适配器接口注册模型,并使用独立的凭据文件管理 ChatGPT OAuth 登录,从而与 DSH 内置的 `llm-pi-ai` 设置完全隔离,且不修改已安装的 DSH 核心包。 该插件要求 Node.js `^22.19.0 || >=24` 及 DSH `0.1.0-rc.7`。用户需通过 `dsh plugin` 命令安装指定版本的 G

Read More
dsh-pet-shura:把 DSH 线程状态放到一个桌面宠物上

dsh-pet-shura是一款基于MIT协议的DeepSeek Harness (DSH) web动画桌面宠物插件,由brittanistrehlowll-oss维护。它通过SSE事件气泡、15秒刷新的线程概览及插件环,直观展示忙碌线程及其调用的工具,解决日志信息分散问题。核心功能包括基于v2精灵表的丰富动画(如行走、跳跃)、16方向鼠标跟随、随机动作及状态符号(思考、错误、等待等)。用户可双击宠物或右键打开线程状态卡查看详细信息,并通过设置面板调整大小、行为及位置。该插件零依赖,声明不干扰模型流量,数据仅存入浏览器localStorage,失败时自动移除以避免打扰宿主页面。安装需执行dsh

Read More
bpc-oss/chrome-faithful:DSH 插件,精确控制已登录 Chrome Profile

bpc-oss/chrome-faithful 是一款基于 MIT 许可证的 DSH 浏览器控制插件(版本 0.4.0,需 Node >= 22.12),旨在让智能体直接驱动真实、已登录的本地 Chrome profile,避免使用副本或调试端口带来的权限复杂化。该插件通过 MCP server、MV3 扩展及本地认证桥接实现功能,提供 38 个 MCP 工具。 其核心特性包括:基于 `metadata.profileName` 的精确多 Profile 路由,确保并发隔离且无 fallback 机制;Bridge 仅绑定 127.0.0.1 并强制使用 256-bit 密钥,限制扩展访问权限

Read More
dsh-session-lens:DeepSeek Harness 会话洞察与一键分享插件

dsh-session-lens是面向DeepSeek Harness(DSH)的会话洞察与分享插件,旨在解决原始事件繁杂、Token消耗不清及协作分享不便的问题。该插件要求Node 20+环境,支持DSH 0.1.0-rc.6及以上版本的Web Profile。 其核心功能包括:1. 会话内实时“洞察”视图,每5秒刷新,提供Token五段分解(输入、输出、缓存、思维链等)、按轮次分析时长与成本、工具调用统计及上下文压缩、审批、子Agent等活动监控;2. 一键导出自包含单文件HTML回放页,零JavaScript、零外部请求,支持中英双语,包含完整会话回放及工具结果。 在隐私与安全方面,插件

Read More
dsh-claude-marketplace:把 Claude Code 资产加载为 DSH Skills

`ben7am1n/dsh-claude-marketplace` 是为 DeepSeek Harness (DSH) 提供的 Claude Code 兼容层插件,旨在让 DSH 直接复用项目 `.claude` 目录或 Claude Code 市场中的 skills、commands 和 agents,无需维护单独的调用方式。该插件通过 `cc_scan`、`cc_marketplace_add` 等工具入口,从本地路径、GitHub、URL 等多种来源加载组件,并将其注册为带有 `cc-` 前缀的原生 DSH skills。安装时需通过 `dsh plugin` 命令添加,支持配置缓存目录

Read More
@beihaizb/dsh-notebook:为 DSH 提供 Agent 可控的有状态 Jupyter 工作区

`beihzb/dsh-notebook` 是专为 DeepSeek Harness (DSH) 设计的 MIT 许可插件,旨在让智能体操作有状态的 Jupyter 工作区。该插件提供持久 `ipykernel` 运行时,支持智能体通过 `nb_get`、`nb_edit_cell`、`nb_run_cell` 等工具读取、编辑和执行单元格,并能查看运行时变量与结构化错误信息。核心功能包括基于版本快照的安全编辑与回滚机制、长输出保护(自动摘要并存档完整日志),以及支持队列、中断和重启的 VS Code 对齐式 UI。插件确保每个 DSH 会话拥有独立的内核与目录,防止状态泄漏,并具备进程自动清

Read More
dsh-stt-input:为 DSH Web GUI 增加语音输入

`dsh-stt-input` 是 DeepSeek Harness (DSH) Web GUI 的语音输入插件,旨在解决在 DSH 中通过语音快速输入长提示词的需求。该插件允许用户点击麦克风按钮录音,停止后将识别文字直接填入输入框。它提供两种识别引擎:一是基于 Web Speech API 的浏览器本地识别,支持 Chrome/Edge 零配置使用并实时显示中间结果;二是基于 MediaRecorder 和 OpenAI 兼容接口的 API 识别,支持 OpenAI、Groq 或自定义服务及多种 Whisper 模型。插件支持配置服务预设、API 密钥、语言及写入方式(追加或替换)。API

Read More
dsh-code-impact:面向 DeepSeek Harness 的只读 TypeScript/JavaScript 变更影响分析

dsh-code-impact 是 DeepSeek Harness 社区推出的独立只读插件,专为 TypeScript/JavaScript Git 变更提供影响分析。该插件由 baidd1011 维护,基于 MIT 许可证,当前版本为 0.2.0。它通过临时构建反向模块依赖图,输出变更声明、受影响文件、传播路径、证据位置及排序后的测试候选,但不替代测试执行,也不维护长期索引。 插件支持 workspace、staged 和 refs 三种比较模式,利用 TypeScript Compiler API 解析多种文件类型及项目配置(如 tsconfig.json、路径别名等),并通过 Sche

Read More
dsh-ocgo-usage:在 DeepSeek Harness Web 侧边栏显示 OpenCode Go 用量

dsh-ocgo-usage 是 DSH Web 的一款 MIT 许可证插件,旨在解决查看 OpenCode Go 用量需切换外部界面的问题。它在侧边栏左下角显示常驻角标,直观呈现本月剩余用量百分比及状态颜色(橙色代表低余量,红色代表耗尽)。悬停角标可展开明细卡片,展示滚动、本周、本月用量进度及重置时间。核心功能包括基于北京时间的高峰时段时间轴,高亮当前区间并提示距下一切换点时间。插件自动按顺序读取本地配置文件或环境变量中的 API key,无需额外配置,数据每 60 秒自动刷新。Host 端通过 Node ESM 注册路由代理用量接口,Client 端手写 Bundle 注册 UI 位置,跨

Read More
dsh-mermaid-image-preview:在 DSH Web 聊天里预览 Mermaid 图

dsh-mermaid-image-preview 是一个由 baconbao 维护的 DeepSeek Harness 社区插件,旨在解决 DSH Web 会话中查看 Mermaid 图表需复制代码到外部工具的痛点。该插件在聊天消息检测到 Mermaid 代码块时,将其直接渲染为图片预览,支持 14 种图表类型及亮暗模式自动切换,图表可点击放大或缩小。 其核心特性包括“本地渲染优先”策略,若本地渲染失败或关闭,可配置外部或自建服务作为后备渲染引擎。用户可通过 UI 设置卡片调整运行时参数,无需重启服务;若修改底层配置,则需重启 dsh web。安装时需通过 npx 命令添加插件并重启服务。

Read More
Azzygoatcoder/agent-useful-skills:模块化 AI 科研/工程技能集合

Azzygoatcoder/agent-useful-skills 是一个基于 MIT 许可证的模块化 AI 科研与工程技能集合,旨在解决智能体开发者在论文阅读、制图、文档转换及安全审计等任务中难以跨项目复用的痛点。该工具兼容 Claude Code 和 DeepSeek Harness(DSH),将重复流程沉淀为可注册、可校验、可部署的技能模块。核心功能包括代码安全审计、论文工作流、Office 文档处理(如 Markdown 转 Word/PPT)、期刊级数据图绘制、只读磁盘分析及 Git 协作发布等。用户可通过 DSH 插件命令或链接方式安装,并依赖环境变量配置 API 密钥以调用识图、

Read More
dsh-download-progress:为 DeepSeek Harness 提供常驻下载进度面板

`dsh-download-progress` 是 DeepSeek Harness (DSH) 的下载管理插件,旨在解决多任务下载时进度难以区分的问题。该插件在右下角提供常驻悬浮面板,实时显示文件名、百分比、速度及剩余时间,支持多任务并发、历史记录保留(最多20条)及文件定位,并具备面板拖动与缩放功能。下载功能支持断点续传、HTTP 重定向、GitHub 镜像加速及 aria2 多线程下载(16 连接),任务状态写入 JSON 文件以供面板读取。安装分为动态(临时)和固化(重启自动加载)两种模式,推荐长期使用固化模式,需复制插件包至指定目录并配置 `cordis.patch.yml`。典型用

Read More
@az7627/dsh-token-usage:DeepSeek Harness 插件,在 Web 对话视图统计 token 用量

`@az7627/dsh-token-usage` 是一个用于 DeepSeek Harness (DSH) 的 MIT 许可证插件,旨在通过 Web 对话视图提供精细化的 Token 用量统计。该插件以独立包形式存在,核心功能是在会话头提供“用量统计”入口,打开右侧抽屉展示基于 ECharts 的分时段堆叠柱状图。它支持对当前、多选或全部历史对话进行统计,时间粒度可选 15 分钟、1 小时或 1 天,范围涵盖近 7 天、30 天或全部历史。数据展示将用量精确分为缓存输入、输入(含缓存写入)和输出三类,并支持精确到个位的总计及每对话明细查看。数据源来自会话日志重放,历史数据亦可查看。用户可通过

Read More
dsh-conversation-cost:在 DSH 对话底部显示 DeepSeek 用量费用

dsh-conversation-cost 是 DSH Web 的一款 MIT 许可插件,旨在解决 DeepSeek 对话费用核算复杂的问题。它实时在对话底部统计行显示人民币和美元双币费用,无需手动对照表价拆分。核心功能包括逐请求精准计费,能处理混合模型、缓存命中(区分命中与未命中输入)以及峰谷时段(平价、高峰、空闲)定价。插件支持从 GitHub 或本地目录安装,升级时需覆盖安装并重启。当费用账本未就绪时,会显示带“≈”标记的近似值;未知模型则不计价并提示。该工具适合需要快速核对复杂会话费用的开发者,但需注意官方价格可能变动,且插件非官方应用商店产品。

Read More
dsh-plan-first-dev:开发前自动进入 plan mode 的 DSH 插件

`dsh-plan-first-dev` 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在将“先方案、后实现”确立为代码开发任务的默认行为。该插件通过 profile 层安装,监听会话创建事件,若为新会话则自动开启 plan mode,同时保留用户手动关闭模式的权限。在开发任务中,它强制模型先提交包含架构、改动文件、API 变更及测试标准的完整方案,经用户通过 `exit_plan_mode` 批准后始得实施。针对写作、数据分析等非开发任务,插件注册了 `no_plan_required` 工具,模型判断任务类型后可直接退出 plan mode 执行,无需方案审

Read More
dsh-eval-regression:面向 DeepSeek Harness 的确定性输出回归插件

`aryswisnu/dsh-eval-regression` 是 DeepSeek Harness(DSH)的插件,提供确定性、CI 安全的黄金输出评估工具。它通过注册 `evaluate_golden_output` 工具,专门检查候选输出中是否包含必需的片段(required fragments)或禁止出现的片段(forbidden fragments)。该插件不评估语义正确性或模型质量,仅生成可重复的通过/失败证据。其核心功能包括片段级检查、输出包含总分及逐用例缺失/禁止片段的确定性报告,以及支持 JSON 套件输入、通过标准输出打印报告并依据结果返回不同退出码的 CLI 工具,便于在

Read More
Artificialwhale/session-reader-plugin:在 DSH 会话内读取其他会话内容

Artificialwhale/session-reader-plugin 是 DSH 的一个只读插件,允许在当前会话中读取其他会话的上下文,包括用户/助手消息、工具调用结果、推理过程及原始事件流。该插件独立于官方,提供 `session_list` 和 `session_read` 核心功能,支持通过 `/sessions` 斜杠命令直接查询,无需模型回合。读取模式涵盖 `io`(默认消息交互)、`thinking`(推理分块)、`surface`(压缩后视图)和 `raw`(原始日志)。所有输出均设有截断保护以防污染上下文。插件纯 JS 实现,无原生依赖,基于 DSH 0.1.0-rc.6

Read More
dsh-turn-approval:为 DSH Web 审批卡片增加任务级授权

dsh-turn-approval 是 DeepSeek Harness (DSH) 的一个社区插件,旨在解决默认权限下重复审批高权限操作带来的操作成本问题。该插件为 DSH Web 的审批卡片新增“允许本次任务”按钮,允许用户在单个 `turn` 内临时放行特定类型的 `danger-full-access` 升级,授权随 `turn/end` 自动失效。 核心优势在于安全与便利的平衡:它不改变默认权限模型,也不开启全局 `full access`。授权仅保存在内存中,绑定特定的 `session` 和 `turn`,子代理不继承此授权,且仅自动放行明确匹配的 `danger-full-ac

Read More
DSH 插件 @apodemakeles/dsh-token-dashboard:本地 token 用量热力图

`@apodemakeles/dsh-token-dashboard`是一款DSH Web GUI插件,用于将分散的本地会话Token消耗转化为可视化的每日及每周热力图面板。该插件独立于官方,基于MIT许可,要求Node 22.5.0及以上版本,目前仅通过GitHub分发。其核心机制采用Host-Worker架构:Host监听实时事件并发送数据增量,Worker负责将数据投影至本地SQLite数据库,并通过快照接口提供一致的数据视图。总Token量由输入、输出及缓存读取Token累加得出。用户可通过侧边栏“Token”入口查看用量,并使用CLI命令进行状态验证、数据重建或备份恢复。插件数据仅限

Read More
dsh-plugin-sync:把 DeepSeek Harness 插件清单同步到 GitHub Gist

dsh-plugin-sync 是一款由 AngLi1997 维护的 MIT 许可 DSH 插件,旨在解决插件状态分散导致跨环境迁移困难的问题。该工具通过 GitHub Gist 实现插件清单的同步,将 profile 中的 package.json 依赖、dsh.profile.bundles 及 cordis.patch.yml 打包导出,并在目标环境自动导入、执行 pnpm install 以完成部署。其核心功能包括使用 GitHub OAuth 设备流便捷登录(仅需 gist 权限)、自动创建私有 Gist 以及导入后提示重启 Harness 生效。用户可通过 dsh plugin 命

Read More
dsh-ultramath:UltraMath 数学建模竞赛多 Agent 求解插件

dsh-ultramath 是面向数学建模竞赛的 DeepSeek Harness 多 Agent 求解插件,由 Andiii208 开发并采用 MIT 许可证。该插件通过原生 Agent 预设和技能包,将数模求解流程标准化为“读题、框架、推导、编码、验算、论文、审稿”七个阶段,解决了单轮提示词流程破碎的问题。 核心功能包括:提供 UltraMath 主控及数学家、工程师等四个单阶段角色预设;内置 33 篇模型库及论文模板,实现自包含安装,数据幂等同步至本地;设置严格的质量门禁,涵盖独立验算、审稿阻断项、盲评机制及学术诚信七类门控,任一违规即一票否决。此外,引入“数字冻结”机制确保论文数据与代

Read More
dsh-guardian:DSH 任务防护插件

dsh-guardian 是 DeepSeek Harness (DSH) 的任务防护插件,旨在解决插件声明不全、任务循环、递归过深及重启中断会话等问题。该插件核心策略为“检测与引导”,绝不直接终止任务,而是通过注入 user/message 提示 Agent 调整方向,并记录事件日志。 其主要功能包括:1. 插件预检:静态分析代码,检查服务声明与用法的一致性,提供修复建议;2. 循环检测:监测同一工具调用的重复次数,超限则触发提示;3. 递归防护:限制子代理嵌套深度,防止无限递归;4. 中断感知:提供状态接口,返回运行状态、嵌套深度及安全重启标识(safeToRestart),协助判断重启时

Read More
Sidor_UI:DeepSeek Harness Web GUI 的星野主题皮肤

Sidor_UI 是专为 DeepSeek Harness Web GUI 设计的 SIDOR 星野主题皮肤仓库,旨在优化界面交互与功能扩展。其核心功能包括:提供星野主题视觉体验及开屏动画;集成余额徽章与低余额红色警告,提升状态可视化效果;在输入框附近提供“文档”路径附加功能,支持 agent 直接读取文件或文件夹路径;在设置页插件列表中注入带二次确认的“关闭/启用/卸载”按钮,简化插件管理流程。此外,该仓库设计了附属插件扩展位,支持多插件共存、侧边栏接入及余额数据复用,例如现有的 Sidor_box 插件。安装方式灵活多样,支持通过 DSH 助手自动安装、本地 PowerShell 脚本或

Read More
mv-superds:DSH 极简 trajectory-anchor 插件

mv-superds 是一个由 aitingtingya 开发的极简 DSH 插件(MIT 许可),专注于 prompt-activation 和 trajectory-anchor,明确排除了 cognition protocol、任务路由及工作流编排等复杂功能。安装后,它自动提供标准、PTC 和创造三种模式,以及 `/mv-superds` 持久化命令。 其核心能力在于通过 Weak、Normal 或 Force 三种模式,独立控制 Pro 和 Flash 模型的首轮工具暴露范围及 epoch/DSH turn 生命周期。无论选择何种模式,首个 durable tool/call 发生后均

Read More
dsh-sound:DSH Web UI 的事件声音提醒插件

dsh-sound 是 DeepSeek Harness (DSH) 的 Web UI 插件,旨在通过声音提醒降低开发者对界面状态的依赖。该插件覆盖任务结束、审批请求、用户提问、计划审查、目标受阻及后台失败六类独立事件,支持为每类事件单独设置 0-100% 音量及声音源。声音来源包括内置合成音(如 Ding、Chime 等)、静音或本地 MP3/WAV 文件,本地文件存储于 IndexedDB 以节省配额。插件提供设置面板,支持配置总开关、事件细节及配置导入导出。在多标签页场景下,利用 BroadcastChannel 确保事件仅响铃一次,并在事件流不可用时回退到快照对比。安装需满足 DSH

Read More
dsh-models-dev-reasoning:给未配置的 DSH 模型补齐思考档位

dsh-models-dev-reasoning 是由 aerince 维护的 DeepSeek Harness(DSH)插件,采用 MIT 许可证。该插件旨在解决第三方或自定义模型在 llm-pi-ai 中缺失 reasoningEfforts 配置导致无法显示思考档位的问题。它通过从 models.dev 获取数据,为尚未设置该参数的模型自动补齐推理档位,确保模型选择器能正常显示,且不会覆盖已有配置。 插件工作流程为:等待设置可用后,优先读取 models.dev/api.json,失败则回退至 GitHub tarball;随后匹配 llm-pi-ai 下的模型并补写缺失档位,同时将目录

Read More
acnlabs/dsh-plugin-acn:让 DSH 智能体加入 ACN

`acnlabs/dsh-plugin-acn` 是一款由 ACN Labs 发布的 MIT 许可 DSH 插件,旨在让 DeepSeek 智能体(Agent)接入 ACN 网络。它支持 Node.js 18+,通过提供 `acn_join`、`acn_agents_search`、`acn_message_send` 等工具,实现 Agent 的加入、发现、消息发送及收件箱查看功能,促进跨实例协作。该插件支持全球(`api.acnlabs.dev`)和中国(`acn.acnlabs.cn`)两个区域,但文档中关于默认区域的描述存在冲突,建议显式配置 `region` 或相关环境变量。安装需使

Read More
dsh-msg-hub:把微信、QQ、飞书接入 DSH 的 IM 渠道桥插件

dsh-msg-hub 是 DSH 生态中的 IM 渠道桥插件,旨在将微信、QQ、飞书消息接入 DSH Agent 会话,解决日常消息分散的问题。该插件支持三大渠道的文本收发,微信通过模拟协议登录,QQ 和飞书则利用官方 API。其核心能力包括主动推送服务(支持直接发送文本或唤醒 Agent 执行任务)及远程监控(支持审批、状态推送及会话管理命令)。此外,插件具备微信长消息自动分段功能,并提供适配器注册表以扩展新渠道。 环境要求 Node.js ≥ 22.13,需在 Web Profile 中通过命令安装,自动注册配置。使用时需分别完成微信扫码登录及 QQ、飞书的凭证配置。需注意安全风险:微信

Read More
dsh-capability-index:为 DSH 任务型请求提供插件库预检

dsh-capability-index是DeepSeek Harness(dSH)的元插件,旨在解决多插件场景下工具利用率不可预期的问题。它通过三级合议机制(语义向量召回、规则词表过滤、冲突提示)在任务型请求触发时,自动向主会话注入Top-K插件提示块,并携带`use_when`/`not_for`能力说明。插件采用只读建议模式,不强制调用工具、不改写定义,最终决策权保留在模型侧。其核心功能包括通过`runtime-context`通道高效注入提示、利用本地轻量级模型(bge-small-zh-v1.5)进行异步语义匹配,以及设置`not_for`守门闸以过滤冲突候选。当前版本为v0.2,采

Read More
DSH Turn Status Phrases:让 DSH Web 轮次状态文字持续轮换

dsh-turn-status-phrases 是由 57ggfk 维护的 DSH Web 插件,旨在将模型或智能体工作期间的 `turnStatus` 状态文字替换为持续变化的自定义轮次状态短语。该插件支持插件扩展,采用 MIT 许可证,配置数据仅保存在浏览器本地,不上传网络。 核心功能包括动态短语轮换,时长按 UTF-8 字节数计算(每字节 100 毫秒,范围 1.8 至 8 秒),且避免重复显示同一句。内置“中国神话”和“Claude Code”两大词库,前者包含嫦娥奔月等神话故事,后者收录 187 条 CLI 状态词。设置页支持词库切换、暂停动态效果及查看词库内容。 安装需在插件目录执

Read More
dsh-md-annotator:在 DSH 侧边栏 Markdown 预览中批注并写入修改指令

`dsh-md-annotator` 是 DSH Web 插件,依赖 `dsh-better-sidebar`,用于在 Markdown 预览中逐项批注并生成结构化修改指令。它支持对标题、段落、列表等块或选中文本添加增、改、删批注,并标记优先级。插件提供可视化的批注清单面板,支持定位、批量管理及 JSON 导出备份。用户可将批注一键或批量发送为包含文件路径、行号及原文引用的结构化指令至会话输入框,便于模型执行修改。若文件重生成,插件会重匹配批注并标注变化。批注仅存于浏览器内存,重启或停用插件后清空。该插件接管 Markdown 侧边栏预览,提供源码编辑支持,但内置编辑模式不可用。需 Node

Read More
dsh-rewind:恢复选中轮文件并在 DSH 新会话中继续

dsh-rewind 是面向 DSH 的会话回退插件,旨在非 git 工作区中实现文件恢复与会话续接。它利用 SHA256 快照技术,按轮次恢复文件的新增、删除、修改及权限变化,并通过 `sessions.fork` 或 `create` 在新会话中从指定用户消息继续对话,支持沿血缘链回退父会话。 安装需执行 `dsh plugin` 命令并重启服务。用户可通过浏览器界面的回退按钮或终端的 `/rewind` 命令(支持 `list`、`dry-run` 等子命令)进行回退操作。插件默认归档原会话以隔离风险,也可配置保留。 其核心优势在于不依赖 Git 状态,适用于非版本控制的工作区或脚本环境

Read More
deepseek-harness-memory:DSH 的 Claude Code 风格长期记忆插件

deepseek-harness-memory 是 DSH 社区的一款长期记忆插件,由 2303572348 维护,采用 MIT 许可证。该插件旨在提供跨会话持久记忆能力,并将数据以纯 markdown 文件(含 YAML frontmatter)形式存储,与 Claude Code 记忆格式完全兼容。 核心功能包括:支持用户级和工作区级记忆存储,并在会话启动时自动将记忆索引注入系统提示词;提供 memory 工具用于记忆的增删改查及从 Claude Code 导入记忆;支持通过 projectAliases 将多 checkout 映射至统一项目记忆。插件可通过 cordis.patch.y

Read More
dsh-mcp-manager:DSH 全局 MCP 服务管理器

dsh-mcp-manager 是 DSH 全局 MCP 管理器,旨在解决 MCP 服务配置分散问题。该插件将服务配置统一写入宿主级 `~/.dsh/cordis.patch.yml`,由宿主加载,实现跨项目、跨会话的统一调用,且重启后状态保持。其核心功能包括在设置弹窗中集中管理 MCP 服务的添加、开关、删除及状态监控;支持粘贴标准 `mcpServers` JSON 格式批量添加服务,仅支持 stdio 传输;并能实时展示连接状态、工具数量及错误信息。安装可通过 `dsh plugin` 命令添加 GitHub 源,或手动放置至指定目录并更新配置文件。依赖 Cordis、MCP SDK 和

Read More
dsh-context-lens:DeepSeek Harness 的只读上下文观测插件

`dsh-context-lens` 是 DeepSeek Harness (DSH) 的一个只读上下文观测插件,用于调试智能体每次 `AgentLoop` 组装的 provider-neutral 请求。它记录 system、messages、tools 及调用配置,并在 Web 界面新增“上下文”页签,支持查看请求体积、来源归因、搜索及对比不同 attempt 的差异。插件不修改 LLM 请求、不注册工具,也不抓取网络报文,确保对生产环境无侵入。 核心功能包括记录请求详情、展示 UTF-8/UTF-16 字节及估算 token 数(基于 4 字符/token 的估算,非精确值)、导出诊断

Read More
dsh-foxy-jumpscare:给 DeepSeek Harness Web UI 加一个低频 Foxy jumpscare

`dsh-foxy-jumpscare` 是一款 DeepSeek Harness (DSH) web 界面的非官方同人插件,由 `01Virex` 维护,基于 MIT 协议。该插件利用“一切皆插件”架构,无需修改主程序即可在浏览器中按概率(默认每秒 1/1000)触发来自《Five Nights at Freddy's 2》的 Withered Foxy 全屏惊吓特效及尖叫音效。 核心功能包括:命中后显示全屏动画并自动播放音效,1.8 秒后自动消失或点击提前关闭;支持通过 localStorage 实时调整概率、时长、音量等配置,无需重启;提供控制台接口手动触发、隐藏或查看配置。素材版权归

Read More
dsh-loom:DeepSeek Harness 的可验证插件演进控制面

dsh-loom是面向DeepSeek Harness(DSH)的second-validator插件,旨在解决多插件协同演进中的验证与生效问题。它通过Actor(任务规划)、Builder(隔离实现与测试)、Verifier(独立裁决)和Gate(唯一安装恢复权限)的职责分离,提供可验证的演进控制面。核心能力包括Config/Skill的隔离实现、自然语言插件委托、最多三个插件的联合源码演进、确定性生命周期管理及package-aware原子激活/恢复。v1.3.0 Preview支持插件事务,但需基于DSH源码checkout环境;普通CLI安装仅提供v1.2基础能力。该工具严禁Build

Read More
dsh-cost-balance:DSH 输入框下方的花费、余额与 Token 统计条

dsh-cost-balance 是一款 DeepSeek Harness (DSH) Web UI 插件,由 zoumutou 维护,采用 MIT 许可。该插件旨在解决调试时统计信息分散的问题,在输入框下方提供统一的统计入口。默认显示为居中黑条,点击可展开半透明面板,展示轮次、耗时、首 token 平均、缓存命中、Token 用量、会话花费及 DeepSeek 账户实时余额(60s 自动刷新)。数据通过同源接口获取,花费基于累计 Token 及模型单价计算,余额需配置 DEEPSEEK_API_KEY。插件支持通过 npm 发布版或源码方式安装,并可通过 `cordis.patch.yml`

Read More
dsh-harness-zh-cn:DeepSeek Harness 中文汉化插件

`dsh-harness-zh-cn` 是一个 DeepSeek Harness (DSH) 的纯运行时中文汉化插件,旨在消除 DSH 系统提示词、工具描述、运行时上下文及前端 UI 的英文阅读负担。该插件基于 MIT 许可证,版本 0.2.0,通过 DSH 扩展点在运行时工作,不修改任何源码,升级或卸载后均可无缝还原英文。 核心功能包括:运行时自动汉化系统提示、上下文、工具参数及前端标签;汉化斜杠命令菜单描述(保留命令名为英文);以及配合 `dsh-plugin-marketplace` 翻译插件市场描述(支持 LLM 批量翻译及词表回退机制)。插件提供 `includeSections`、

Read More
dsh-adhd-copilot:把“想做但动不了”拆成一个可带走的最小行动

`dsh-adhd-copilot` 是面向 DeepSeek Harness 插件生态的行为教练技能,旨在帮助 ADHD 用户降低任务启动成本。它通过 `adhd_breakdown` 工具扫描任务与状态信号,依据“情绪 > 结构 > 启动”优先级路由至特定模块,将复杂请求压缩为单一、可执行的最小下一步行动,而非提供长篇计划。核心机制包括:Pre-flight 门(无任务信号时静默,极小请求直接回答)、信号模糊时的 A-G 自助菜单(由用户选择方向),以及严格的输出纪律(首行即行动、步骤不超过 3 步、每步耗时短、禁止虚假状态更新)。插件采用纯 ESM 架构,零构建、零依赖,支持电量、叙事风

Read More
dsh-wikilink:在 DeepSeek Harness Web GUI 中用 [[wikilink]] 引用笔记

zhaoscsc/dsh-wikilink 是 DeepSeek Harness (DSH) Web GUI 的一个社区插件,旨在简化从工作区笔记中引用内容到 Prompt 的操作。该插件采用 MIT 许可证,自 v0.2 起无需修补客户端即可运行。用户只需在 Composer 输入框中键入 `[[`,即可通过支持模糊搜索的拾取器选择笔记标题,生成 `[[title]]` 令牌。发送消息时,插件会自动将所选笔记内容序列化为特定格式并注入 Prompt,作为 user-role 消息处理,过程不调用工具。 安装需执行 `dsh plugin` 命令添加至 web profile 并重启服务,随后

Read More
dsh-video-preview:dsh-better-sidebar 的视频文件预览插件

`dsh-video-preview`是一款由zemul开发的DSH插件,旨在解决`dsh-better-sidebar`侧边栏缺乏视频文件预览功能的问题。该插件版本0.1.4,基于MIT许可,要求Node >=20,通过注册`video`预览器实现内联渲染标准的`<video>`播放器,支持播放控制、拖拽进度、倍速、全屏及音量调节。它兼容MP4、WebM、MOV等多种常见视频格式,自带支持HTTP Range请求的宿主路由,且不受侧边栏`mediaLimit`大小限制。安装需在已启用`dsh-better-sidebar` (>=0.4.0)的环境中执行`dsh plugin --profi

Read More
@dsh-external/dsh-subagent-antigravity:把任务委托给 Google Antigravity CLI

`@dsh-external/dsh-subagent-antigravity` 是一个 DSH 插件,旨在将 Google Antigravity CLI(`agy`)集成到 DSH 会话中。它允许模型直接委托自包含任务给本机 `agy` 执行并返回结果,无需配置 Gemini API key,仅需使用现有的 Antigravity 登录状态。 核心功能包括发起新任务、通过任务键继续对话、列出运行中及最近结束的任务、取消任务以及自动处理登录窗口。插件支持图片分析、长任务后台运行(接入 DSH job controls)以及丰富的可选配置,如指定模型、设置超时时间、调整沙箱权限和代理等。任务状

Read More
dsh-image-reader:为 DeepSeek Harness 智能体提供 read_image 图片读取工具

`dsh-image-reader` 是一个 MIT 许可证的 DeepSeek Harness 插件,旨在为仅支持文本的智能体提供图片读取能力。该插件通过暴露 `read_image` 工具,允许智能体利用任意 OpenAI-compatible vision endpoint 解析工作区内的截图、图表或照片,并基于图像内容回答问题。 核心特性包括:支持传入图片路径及可选查询问题;配置灵活,涵盖 `baseUrl`、`model`、超时时间及允许目录等;安全机制完善,API key 从环境变量动态读取,路径经 `realpath` 解析以阻止符号链接绕过,且上传前进行大小与扩展名检查。 使用

Read More
dsh-bloub-mood:DSH web 端心情图标与桌面启动插件

dsh-bloub-mood 是 DSH 的一个 MIT 许可证插件,主要解决 web 端视觉状态呈现和桌面启动入口两个问题。它将 favicon、侧边栏字标及首页标题替换为可自定义的 bloub 心情形象,支持 8 种形状、12 种颜色及 16 种表情的组合,并带有原生眨眼动画,点击黑球可随机切换表情。设置页支持中英双语自定义。 该插件还提供 macOS 和 Windows 桌面启动功能,共用 `dsh web` 后端。后端在线时直接复用,离线时自动拉起并等待就绪。macOS 依赖 Xcode Command Line Tools 创建原生 App 壳,缺失时回退为浏览器窗口;Windows

Read More
ui-song-theme:可回退的 DeepSeek Harness Song-inspired 明暗主题

`ui-song-theme` 是由 yunfei07 开发的 DeepSeek Harness (DSH) Web 界面主题插件,采用 MIT 许可证。该插件旨在为 DSH 提供一套基于 Song-inspired 风格的亮色与暗色视觉令牌(Tokens),解决用户希望调整界面外观但保留原有亮色、暗色或系统偏好,且需在卸载后能完全恢复初始状态的需求。 其核心机制是通过 `ThemeRuntime.overrideTokens()` 叠加一层可逆的主题层,而非直接修改基础主题,并将传统的蓝色选择框重绘为统一的植物色彩家族。安装该插件需满足 Node.js ^22.19.0 或 >=24.0.0

Read More
dsh-eyecare:为 DSH Web 增加护眼模式开关

dsh-eyecare 是一款 DeepSeek Harness (DSH) Web 插件,由 Yummyxl 维护,采用 MIT 许可证。该插件旨在解决 DSH 界面标准主题偏亮或偏冷的问题,通过提供低刺激的“豆沙绿”护眼配色,优化长时间阅读和调试的视觉体验。核心功能包括在“设置-常规-外观”中增加护眼模式开关,支持浅色、深色及跟随系统主题,状态自动记忆,并保留代码块等层级结构。用户可通过修改 `EYE_CARE_TOKENS` 自定义配色。安装需先确保拥有 pnpm,随后执行 `dsh plugin --profile web add dsh-eyecare` 或克隆仓库运行 `insta

Read More
dsh-ui-spec:将 UI 截图转换为 DeepSeek 可实现的响应式界面规格

`dsh-ui-spec` 是由 `yumimanji` 维护的 DeepSeek Harness(DSH)插件,旨在将 UI 截图转换为面向实现的结构化规格,协助纯文本 DeepSeek 模型重建响应式 Web 界面。该插件利用 Windows 原生 OCR、确定性几何、场景图及渲染比较等技术,补充布局、视觉细节、交互和浏览器验证约束。当前版本为 0.1.1,采用 MIT 许可证。 安装方面,用户可通过 npm 命令 `dsh plugin --profile web add dsh-ui-spec` 安装,需依赖 `@deepseek-ai/cordis`、`@deepseek-ai/ds

Read More
DSH Project Wiki:为 DeepSeek Harness 增加可审计的项目级 Wiki

`dsh-project-wiki` 是面向 DeepSeek Harness 的本地优先项目 Wiki 插件,由 yu-xin-c 开发(MIT 许可证)。它旨在解决开发中关键上下文易丢失、新会话难以继承及重读聊天成本高且易引入过期结论的问题。插件将架构知识、设计决策及排障结论沉淀为工作区内的 Markdown 页面,支持原生 Web 查看、编辑和全文检索(基于 FTS5,不含向量搜索)。其核心特性包括提案审核机制(Agent 提案需人工批准方可入库)、来源指纹关联、代码变更后的过期扫描、知识图谱生成及双向链接,并保留完整修订记录。安装需 Node.js 22.19+ 或 24+,通过 np

Read More
dsh-zh-output:DeepSeek Harness 的中文思考与输出预设

dsh-zh-output 是一个针对 DeepSeek Harness 的开源插件(MIT 许可),旨在解决长会话中模型人设及上下文压缩摘要出现英文的问题,从而稳定中文思考与输出。该插件由 YKennen 维护,主要提供 standard-zh、code-zh 等五个中文预设,这些预设基于官方版本修改了人设和提示词,功能保持一致。此外,它附带一个中文上下文压缩引擎 dsh-zh-compaction,专门用于将 summarize 钩子生成的摘要转换为中文,并可选提供脚本修补检查点前言。 安装推荐将 presets 目录复制到用户预设根目录,Web 界面将即时生效;也可作为 DSH 组合包安

Read More
dsh-traffic-light:给 DeepSeek Harness Session 一个桌面红绿灯

dsh-traffic-light 是一款面向 DeepSeek Harness(DSH)的桌面状态监控插件。它旨在解决多 Session 并行处理时,用户需频繁切换回 DSH 页面确认状态的问题。该插件为开启监控的 Session 在桌面上生成独立、可拖动且置顶的悬浮“红绿灯”,支持同时显示多个 Session 状态。五种页面状态(Idle、Running、Attention、Completed、Failed)映射为红、黄、绿三种灯色,便于快速识别。插件按 Session 独立控制开关,互不干扰,且状态数据仅在本机运行,不上传任何 Session 内容或提示词。安装需使用 `web` pro

Read More
dsh-plugin-audiolib:按 DeepSeek Harness 会话状态播放 AudioLib.ai 环境音乐

dsh-plugin-audiolib是DeepSeek Harness(DSH)的一个插件,旨在根据agent的会话状态自动驱动环境背景音。其音源来自AudioLib.ai,核心特性是在状态变化时不硬切正在播放的曲目,仅当显式调用`music_stop()`时停止。插件提供`music_play`、`music_stop`和`music_status`三个工具,支持通过`mpv`或`ffplay`进行流式播放,若无这些播放器则回退至macOS的`afplay`(需预下载曲目)。API密钥安全存储于DSH credential store中,具备网络故障退避重试机制。 安装需使用pnpm管理,

Read More
dsh-mediacrawler:DeepSeek Harness 与 MediaCrawler 的受控采集适配器

`dsh-mediacrawler` 是由 `xwh-01` 维护的 MIT 许可 DSH profile bundle,作为 bounded stdio MCP adapter,将独立安装的 MediaCrawler 接入 DeepSeek Harness(DSH)。它不修改 MediaCrawler 源码,而是提供适配层,解决 DSH agent 需要访问已登录平台记录、创作者 feed 及显式启用评论等搜索 provider 无法处理的任务。该工具支持小红书、抖音、快手、B站、微博、贴吧和知乎的搜索、详情及评论采集,暴露 12 个 MCP 工具用于启动、监控、持久化及导出经过凭证脱敏的

Read More
dsh-grok-geo:在 DSH 中执行 grok-geo 品牌 GEO 审计

`xuboboo/dsh-grok-geo` 是一款基于 MIT 许可的 DSH bundle 插件,旨在为单一品牌提供 AI 搜索及 GEO(生成式引擎优化)审计能力。该插件支持 17+ 主流 AI 搜索引擎(含 8 个国际及 9 个中文引擎),覆盖品牌可见性、引用推荐、竞品对比、事实准确性及内容缺口分析。其工作流程包括输入收集、校验、搜索执行、指标计算及报告渲染,并具备在 `web_search` 不可用时自动切换离线导入模式的能力。插件本身无需 Python,但脚本运行依赖 Python 3.11+ 标准库。用户可通过 `dsh plugin` 命令快速安装,安装后重启 DSH 即可生效

Read More
dsh-MusicPlayer:在 DSH Web 中边对话边控制音乐

`dsh-MusicPlayer` 是面向 DSH Web 的插件,由 xiekai886 维护(MIT 许可)。它提供右下角深色毛玻璃悬浮播放器,支持拖动记忆位置、展开收起动画,具备播放/暂停、切歌、进度条、音量、循环/随机及播放列表功能;前端手写模块加载,内联 SVG 图标,不依赖 CDN。 核心能力包括:网易云音乐歌单导入与单曲搜索,host 端代理搜索、歌单和音频流以绕过跨域与防盗链,支持 Meting 同源解析;可通过环境变量 `DSH_MUSIC_PLAYLIST` 配置默认歌单,启动时自动加载;提供 `music` 工具供 agent 按自然语言控制播放、导入歌单、搜索、切歌、音

Read More
xiaoxianyu-office/dsh-image-tools:为 DeepSeek Harness 纯文本会话增加识图能力

`xiaoxianyu-office/dsh-image-tools` 是一款 DSH 插件,旨在为 `deepseek-v4-pro` 等纯文本模型赋予识图能力。该插件通过自动将聊天图片落盘至工作区、动态禁用原生 `read_image` 工具,并引导模型使用 `image_recognize` 工具委派视觉子 Agent(如 `xiaomi/mimo-v2.5`)来识别图像。它支持 `standard`、`code` 等多种预设会话,能根据当前模型能力动态判定拦截或桥接策略,并具备首次安装向导及故障自检功能。识图输出遵循严格规范,要求使用像素坐标、`#RRGGBB` 色值,并对图中未出现或

Read More
dsh-client-ui-writing:DSH 客户端写作面板

dsh-client-ui-writing 是 DeepSeek Harness 生态下的 Web 客户端插件,版本 0.6.2,采用 MIT 许可。它专为写作预设会话设计,提供侧边栏面板和会话内全书索引视图,核心职责是读取数据、展示信息及触发编排,不直接生成正文。 该插件包含四个主要功能模块:项目 tab 用于查看目录、统计及初始化工程;书库 tab 展示导入的小说信息;搜索 tab 支持项目与书库联合全文检索;演化 tab 呈现设定与人物演化版本链及图谱。此外,用户可触发 `novel_sync` 等动作进行章末同步、摘要生成及伏笔提醒。在会话内,支持通过数字直达章节、快捷键聚焦搜索框快速

Read More
KnowLP-RAG:为 DSH 提供 Markdown 笔记双知识图谱检索的插件

KnowLP-RAG 是 DeepSeek Harness (dSH) 的一个插件,旨在将 Markdown 笔记组织为可检索的知识结构。它针对开发者在众多笔记中难以判断阅读顺序和关联性的痛点,提供带路径的检索结果,明确建议阅读顺序及相似替代项。 该插件基于 dual-graph retrieval,结合向量检索、全文检索及反馈权重机制。其核心能力包括:采用四引擎扇出检索;支持段落级匹配及中文笔记库(含时间锚点查询);具备基于衰减的遗忘机制(用则强化,不用则衰减);无需 GPU 时可运行于 n-gram 模式。主要工具接口包括 `knowlp_search`、`knowlp_get_note`

Read More
dsh-turn-fold:把 DSH 的 Think 与工具调用折叠成步骤和回合栏

dsh-turn-fold 是一款专为 DSH(DeepSeek Harness)Web 界面开发的纯插件,由 Winter-And-You-Gone 维护,采用 MIT 许可证。该插件不修改 DSH 核心源码,核心功能是将智能体回复中冗长的 Think、工具调用及命令输出折叠成可交互的步骤栏和回合栏,以解决长回复导致界面杂乱、总结难以定位的问题。 主要特性包括: 1. **步骤自动折叠**:将两个文本间的工具调用和思考过程分组折叠,运行中实时显示动作与 shimmer 动效,结束后按类型(如运行、读取、搜索)分组标题,失败项标红。 2. **运行中指标监控**:实时显示耗时、Token 消耗

Read More
dsh-prompt-stash:DSH Web 的本地输入暂存插件

dsh-prompt-stash 是 DeepSeek Harness Web 的本地输入暂存插件,由 Wine-Red 维护,采用 MIT 许可证。它解决用户在编写未发送纯文本时需临时处理其他问题而不想丢失当前内容的痛点。核心功能包括按会话隔离的 LIFO 暂存栈(最多 10 条)、输入框上方的折叠预览栏,以及通过官方 API 安全地清空和恢复草稿。插件支持中英文、深浅主题及键盘操作,数据仅保存在浏览器 localStorage,不发送网络请求。支持自定义快捷键(默认 Ctrl+S),可在设置中配置。安装需 DSH 0.1.0-rc.6 至 rc.8 版本及 Web profile,通过命令

Read More
dsh-law:DeepSeek Harness 的本地法律工作台插件

`dsh-law`是DeepSeek Harness的本地法律工作台插件,旨在将待办提醒、月历排期、案件概览及DSH原生法律模式会话整合于同一工作区,解决法律工作中信息分散导致的核对成本高问题。该插件基于MIT协议,要求Node.js版本>=18,零npm依赖且数据保存在本机。核心功能包括同屏办案首页(支持临期/逾期标记)、六列拖拽案件看板(SSE实时同步)、DSH原生会话绑定、技能命令面板及四套法律主题。系统支持咨询收案、八级本地工作目录自动生成、AI材料上板及门禁治理(AI申请、律师审批),并提供Remote入口支持移动端访问。用户可通过GitHub或npm命令安装,重启DSH web服务

Read More
dsh-zotero-wiki:把 Zotero 文献库编译成可检索的 Obsidian Wiki

dsh-zotero-wiki 是一款 MIT 协议的 DeepSeekHarness(DSH)插件,旨在将 Zotero 文献管理、PDF 解析、全文笔记生成及 Agent 检索整合为统一工作流。它自动同步本地或 Web 端的 Zotero 题录,利用 MinerU 解析 PDF 原文,并调用 DeepSeek 生成结构化中文笔记,最终编译为可检索的 Obsidian Wiki。核心功能包括双源同步、交互式范围选择、解析配额控制(默认单轮50篇)、Wiki 索引编译、LINT 自检以及基于内存全文检索的 Agent 查询,确保回答附带可追溯的文献引用。该插件支持 CLI 和 DSH 原生工具

Read More
academic-research-graph:把一篇论文变成可生长的研究图谱

`academic-research-graph` 是 DeepSeek Harness (DSH) 的一个插件,旨在构建可探索的研究图谱,而非仅生成引用列表。它从论文、概念、Benchmark 或 GitHub 仓库出发,显式展示研究脉络、争议点及代码实现与论文方法的对比。核心功能包括生成包含论文节点、关系边、顶会徽章及关键图表的可交互图谱;解释核心论文并区分“引用”与“实际使用”Benchmark 的工作;支持从 GitHub 仓库反查论文并校验代码一致性;允许从现有节点增量扩展研究分支并合并结果。插件支持中文、英文或双语输出。安装需满足 Node.js 和 pnpm 环境要求,通过 DS

Read More
dsh-billing:DeepSeek Harness 的会话计费与额度插件

dsh-billing 是面向 DeepSeek Harness 的独立社区会话计费插件,用于在本地开发调试中提供费用参考和额度视图。它主要实现三大功能:按 provider/model 统计 token 费用、生成 billing session projection、以及在 Web 界面展示本轮/会话费用、额度进度及模型明细。该插件支持配置货币(如 CNY/USD)和每会话额度,当额度达到 50%、80%、100% 时会通过颜色变化提示。安装可通过 bundle 或手动 npm 包完成,价格配置优先使用用户设定,其次回退到内置目录。需要注意的是,dsh-billing 提供的费用仅为本地参

Read More
dsh-done-whale:让 DeepSeek Harness 标签页鲸鱼变成状态灯

`dsh-done-whale` 是一款针对官方 DeepSeek Harness(DSH)的浏览器标签页状态提示插件,旨在解决多会话并行时图标单一难以区分的问题。该插件利用官方插件机制,无需额外依赖,将标签页的鲸鱼图标动态转换为颜色状态灯:绿色表示有会话在用户未查看时运行完成,琥珀色表示有会话等待用户处理(如提问、审批或审核),黑色为默认状态。当两种状态同时存在时,优先显示绿色;插件仅响应主会话,子代理会话不触发变色。 用户只需通过命令行执行 `dsh plugin --profile web add dsh-done-whale` 安装,并重启或刷新页面即可生效。点击对应会话后状态会自动恢

Read More
dsh-tts:dsh web 的最终结果语音播报插件

dsh-tts 是一款由 vim0x3c 开发的 dsh web 语音播报插件(版本 0.1.0,MIT 许可证),旨在通过语音朗读降低长文本阅读成本。该插件利用 Edge TTS 技术,仅朗读助手最终答复结果,忽略中间步骤,支持长回复分段串行朗读、0.5×-2×语速调节及20多种音色选择。它提供内置审批提示音或自定义音频功能,并在Edge云合成失败时自动降级为浏览器本地Web Speech API。插件本体无第三方依赖,支持离线安装,需通过本地tarball配合-w标志安装至web profile。安装后,本地桥服务绑定127.0.0.1并占用8765-8780端口提供合成与健康检查接口,设

Read More
dsh-infinite:DSH 上的会话式长篇正文写作插件

dsh-infinite(诸天万界DSH)是 DSH 的独立树外插件,旨在解决长篇写作中模型易返回助手模式、设定分散及正文不连续的问题。其核心理念是“会话即书”,将新会话组织为一本独立的小说。 主要功能包括:通过 `/new` 命令选择界图、主角和开局,随后全程仅输出正文;内置 Worldbook 关键词触发、随机世界事件抽取、长篇档案自动压缩存档,以及 `/export-story` 导出成稿功能。插件默认开启 `narrativeGuard` 和 `progressionGuard` 以保持叙事连贯性,并支持 `/bind` 切换世界、`/cast` 更换角色,提供十九套题材模板。 安装需

Read More
dsh-dashboard:面向 DeepSeek Harness 的多来源任务编排与看板

dsh-dashboard 是 DeepSeek Harness 的 Symphony-compatible 插件(当前版本 0.7.0),旨在将 Linear、GitHub Issues、Jira Cloud、Asana、GitLab 及本地任务转换为 Harness Agent 可执行、可跟踪的运行对象。它通过读取 WORKFLOW.md 定义的工作流,应用调度约束和并发限制,为每个任务创建持久工作区,并支持有限次数的指数退避重试。插件保留 native Harness 会话与权限体系,在 sidebar 提供 Dashboard 入口,并将 Project 与 Git Repositor

Read More
dsh-wecom:DeepSeek Harness 的企业微信 AI Bot 通道

dsh-wecom 是 TtTRz 开发的企业微信 AI Bot 通道插件,用于将单聊或群聊接入 DeepSeek Harness(DSH)。它让每个会话对应一个持久代理,挂载预设以提供工具和角色设定,而非简单消息转发。核心功能包括基于消息 ID 去重、队列、并发限制及超时取消的消息处理,图片下载解密、文件处理,支持 Token 级流式回复、原生推理卡片及工具调用列表。访问策略支持开放、白名单或禁用,群聊可按 chatid 限制。安装需使用 dsh 命令添加插件,配置 Bot ID 和 Secret,并启动 dsh web。生产环境建议通过凭证服务管理密钥。该插件适合已使用 DSH 且需将企业

Read More
dsh-easycode:DeepSeek Harness 的应用起步器

dsh-easycode 是 TreasureGooldove 开发的 DeepSeek Harness 应用起步器,旨在自动化新项目的前置配置。该工具收集项目名称、需求及技术偏好,在本机生成标准化工作区后,交由 Harness 会话中的 DeepSeek 继续开发。它提供简易与专业两种模式,支持 35 多种技术栈及 Docker、K8s 等多种开发环境,并允许选择 Plan/Go 工作流。插件可自动初始化本地 Git 仓库(主分支为 main),可选写入已确认的 MCP 配置,并生成 README、PLAN 等文档及配置文件。项目默认输出至 $DSH_HOME/easycode-projec

Read More
dsh-dolphindb:DeepSeek Harness 的 DolphinDB 集成 profile bundle

tradercjz/dsh-dolphindb 是一个用于 DeepSeek Harness (DSH) 的 DolphinDB 集成工具包,采用 MIT 许可。该工具包将 DolphinDB executor、查询/写入工具及 23 个预置技能打包为可安装的 profile bundle。核心功能包括支持只读 SQL 脚本及数据可视化的 `dolphindb_query`,以及受审批机制保护、带有代码预览功能的写入脚本执行工具 `dolphindb_execute`。用户可通过 `dsh plugin add` 命令将其安装至指定 profile,并在 `pnpm-workspace.yam

Read More
DSH Effort Tweak:给 DSH Web UI 增加逐模型推理 effort 设置

DSH Effort Tweak 是一款由 Toukaiteio 维护的 MIT 许可证 DSH 插件,旨在解决 DeepSeek Harness custom provider 中模型推理级别设置繁琐的问题。该插件在 DSH Web UI 中新增“Settings → Reasoning effort”页面,允许用户直观地为单个已配置模型选择 `off` 至 `max` 等不同推理级别,而无需手动编辑 `llm-pi-ai` 配置文件。配置通过 DSH settings service 保存,并保留模型其他字段及 provider 特定值。 安装方面,支持 Windows PowerShel

Read More
dsh-tsien-hsue-shen:为 DSH 增加工程控制论式项目方法

dsh-tsien-hsue-shen是一款由Tostoevsky发布的DeepSeek Harness(dSH)社区插件,采用MIT许可。它基于钱学森《工程控制论》进行方法论蒸馏,旨在解决智能体在复杂项目中缺乏稳定方法体系的痛点,如目标不清、状态不可见、反馈无闭环及不知何时停止等问题。该插件提供名为tsien-hsue-shen的技能,包含13个主题章节,核心功能是对项目规划、执行或复盘进行方法审查,重点检查目标定义、可观测性、可控制性、反馈闭环、不确定性处理及停止规则,帮助Agent重新定义问题、识别杠杆并判断交付时机。 安装需Node.js版本≥22.19,通过npx @deepseek

Read More
gh-tea-npm-dsh:把 gh、tea 和 npm 接入 DSH 的插件

`@tommyfang/gh-tea-npm-dsh` 是一个 DeepSeek Harness(DSH)插件,旨在自动化处理 GitHub CLI(`gh`)、Gitea CLI(`tea`)及 npm 包发布的前置流程。该工具首先检测当前环境,随后根据返回菜单引导用户执行 CLI 安装、Token 导入、浏览器 OAuth 登录或手工 Token 配置。其核心功能涵盖:1)检测与安装 `gh`/`tea`,支持一键安装及多种认证方式;2)提供 Issue 的全生命周期操作,包括列表、查看、创建、评论、关闭及重开;3)管理 npm 环境,支持检测 Node.js 状态、引导登录并发布 npm

Read More
dsh-wanghong-handwritten-ppt:Wang Hong-inspired 学术手写 PPT 打包技能

`tjxj/dsh-wanghong-handwritten-ppt` 是 DeepSeek Harness (DSH) 的打包技能,旨在生成 16:9 Notability 风格的学术手写 HTML 幻灯片,并支持将每张幻灯片导出为 1920×1080 PNG。该插件注册了一个可复用的 DSH skill,提供模板、样式、脚本、示例及预览资源,可通过 `/wanghong-handwritten-ppt` 指令调用。使用前需满足特定依赖:Node.js 版本需为 `^22.19.0` 或 `>=24.0.0`,PNG 导出依赖 Google Chrome,且需通过 Font Book 安装

Read More
dsh-plugin-omoslim:为 DSH 提供 Orchestrator preset 与模型 profile 管理

`dsh-plugin-omoslim` 是一个基于 DSH 理念的 MIT 许可插件包,旨在实现“一切皆插件”的架构。它安装一个 `orchestrator` agent preset,将主 Agent 的规划与派发功能,与 11 个负责具体任务的 specialist subagents(如 explorer、oracle、designer 等)分离,实现角色分工。 核心特性包括模型与人格组合的解耦:模型配置独立存储在 `~/.dsh/.agent-presets/orchestrator/models.d/` 目录中,支持维护多个命名 profile,并通过 `omoslim` CLI

Read More
dsh-digipet:在 DeepSeek Harness 中把真实工作事件变成宠物经验

`dsh-digipet` 是 DeepSeek Harness(DSH)的一个 MIT 许可插件,旨在将真实的工作回合、消息、工具调用及报错转化为“数码兽”宠物的经验值,并推动其沿不同系谱分支进化。该插件核心优势在于零 Token 消耗及模型不可见性:它不注册工具、不写入会话事件,也不读取用户代码或会话内容,仅监听特定的事件点以计算经验,对模型请求无干扰。 宠物生命周期从数码蛋至究极体,支持龙、贤者等分支进化。状态数据以原子操作安全落盘,并具备防刷机制(高饱食度时降低经验收益)及旧存档自动迁移功能。插件信任边界清晰,无网络访问,仅读写自身存档。 用户通过 `dsh plugin` 命令安装并

Read More
dsh-sandbox-tester:为 DSH 插件测试提供进程级隔离沙盒

dsh-sandbox-tester 是一款专为 DeepSeek Harness (DSH) 开发的 MIT 许可插件,旨在通过进程级隔离沙盒实现安全测试。其核心价值在于将插件或补丁的测试与本体运行解耦,避免测试失败直接影响生产环境。 该插件提供独立进程、独立 DSH_HOME 及自动分配端口(从 3182 起)的隔离环境,每个沙盒实例约占用 270MB 磁盘空间。它内置 9 个原生工具,覆盖沙盒创建、插件注入、运行、健康检查、停止、销毁及清理等全生命周期管理。安全机制方面,合回操作默认采用 dryRun 模式,需显式设置环境变量才允许真实写入,且失败时自动回滚;终止操作前会校验进程树,防止

Read More
dsh-ui-concise:DeepSeek Harness WebUI 的简洁会话模式

dsh-ui-concise 是面向 DeepSeek Harness WebUI 的会话展示插件,由 stars2022 维护,采用 MIT 许可证。该插件旨在提供类似 Codex/macOS 风格的简洁会话模式,将 Turn、工具调用、思考内容及最终答案组织为更紧凑的视图。核心功能包括:设置页提供“简洁模式”和“隐藏思考内容”选项;每个 Turn 配备独立计时器,运行中实时计时,完成后自动收起,异常时保持展开;连续工具调用合并为活动栏,运行中显示状态,完成后显示汇总,支持展开查看原始详情;最终 Assistant 答案保留在折叠栏外,保持正常 Markdown 排版和操作样式;开启“隐藏思

Read More
dsh-hyperframes:把 HyperFrames by HeyGen 的 20 个视频技能注册进 DSH

`dsh-hyperframes` 是 DSH(DeepSeek Harness)的一个视频创作技能插件,旨在通过“一切皆插件”机制,将 HyperFrames by HeyGen 官方的 20 个 HTML 视频生成与编辑技能集成到智能体中,避免重复开发渲染流程。该插件同步了包括核心概念、动画适配、音频响应、内嵌字幕、命令行工具及多种场景化视频制作(如产品发布、音乐转视频、Figma 接入等)在内的技能,基于 HeyGen v0.8.20 版本。 用户可通过 `dsh plugin` 命令快速安装并重启服务,随后在对话中直接描述需求(如“把网址做成视频”)或执行 `npx hyperfram

Read More
mindspeace-dsh-local-rag:DeepSeek Harness 的本地混合 RAG 插件

mindspeace-dsh-local-rag 是一个为 DeepSeek Harness 设计的本地混合 RAG 插件,采用 MIT 许可。它通过注册 `search_local_memory` 工具,允许模型在上下文不足时自主决定检索本地资料,避免了每轮注入无关上下文或依赖远程 API。该插件结合向量相似度与 BM25+ 词法检索,并支持向量不可用时的纯词法回退。其管理两类语料:用户上传的多格式文件(PDF、DOCX 等)和会话压缩摘要,均支持查看、编辑及版本回滚。插件内置本地模型生命周期管理,支持下载、校验及持久化启动约 407MB 的 ONNX 模型,且联网仅限模型下载环节。安装需在

Read More
dsh-comfyui-node-development:把 ComfyUI 自定义节点开发指南打包成 DSH 技能

dsh-comfyui-node-development 是一个 DeepSeek Harness (DSH) 插件,旨在为 DSH 智能体提供 ComfyUI 自定义节点开发的标准化参考。该插件将 ComfyUI 官方文档浓缩为可加载的运行时技能 comfyui-node-dev,涵盖节点类契约、输入输出类型(INPUT_TYPES/RETURN_TYPES)、前端 JavaScript 扩展、国际化、数据及 V1 到 V3 迁移等核心主题。通过内置 backend.md、frontend.md 等参考分册及中英文总结文档,智能体能在对话中按需自动加载相关资料,解决临时查阅导致上下文污染和回

Read More
dsh-plugin-multimodal:给纯文本 DSH 会话补上贴图准入

dsh-plugin-multimodal 是 DeepSeek Harness (DSH) 的视觉侧边插件,旨在解决纯文本主模型无法处理图片输入的问题。该插件通过 GUI 接收图片附件,调用具备视觉能力的 Sidecar 模型将图像内容转换为文字描述,再将文字发送给主模型,从而绕过“当前模型不支持图片”的限制。 核心功能包括支持 Web 粘贴图片准入、提供 see_image 工具处理磁盘截图,以及通过环境变量或配置文件设定视觉模型。用户需安装插件并重启 DSH Web 进程,确保 Sidecar 指向真实的多模态模型(如 GLM-4.5V),避免使用纯文本模型作为视觉端点。该插件适用于希望

Read More
@shatyuka/dsh-llm-codebuddy:为 dsh 接入 Tencent CodeBuddy 登录与模型列表

`@shatyuka/dsh-llm-codebuddy` 是一款由 shatyuka 维护、采用 MIT 许可证的 DeepSeek Harness(dsh)插件,旨在将 Tencent CodeBuddy 无缝接入 dsh 体系。其核心优势在于无需 API key,直接通过浏览器登录即可使用 CodeBuddy 的模型列表。该插件支持在 Web UI 的 `Settings → CodeBuddy` 中点击 `Sign in` 完成自动化凭证写入,也支持在终端通过 `dsh-codebuddy-login` 命令进行登录、状态查询及登出操作。安装前需确保本地 Node 版本为 `^22.1

Read More
dsh-utility-tools:为 DSH 对话增加文件拖拽与文本引用

dsh-utility-tools 是用于 DSH 对话的输入侧工具插件,由 sharkymew 维护,采用 MIT 许可证。该插件主要解决两个问题:一是支持拖拽任意文件至对话区域,发送前可预览文件名、大小并逐一移除;二是允许选中对话文本后,将其以引用块形式加入待发消息开头。插件提供静态挂载和动态加载两种安装方式:静态版通过一行命令安装至 web profile,利用 HTTP 路由上传附件;动态版使用 `cordis_define` 零依赖加载,进程内运行。适用场景包括在 web 或 Electron 环境中补充文件附件或上下文引用。需注意普通浏览器无法获取真实磁盘路径,单文件上限 8MB,

Read More
dsh-yolo-mode:为 DSH 沙箱升权申请增加 LLM 自动审批

dsh-yolo-mode 是 DeepSeek Harness (DSH) 的一款 MIT 许可插件,旨在解决沙箱会话中升权审批频繁打断流程的问题。该插件在审批策略为 `ask` 且处于 `workspace-write` 等指定沙箱模式时,利用大模型对 `danger-full-access` 等升权申请进行自动裁决,替代部分人工确认。 它提供 `off`、`strict`、`balanced`(默认)、`permissive`、`yolo` 等预设,并支持通过 `levels` 配置自定义权限层级,针对不同目标模式或具体工具(如 `pwsh`、`write`)设置允许、拒绝或转人工策略。

Read More
dsh-soul-md:为 DeepSeek Harness 提供人设卡与长期记忆

dsh-soul-md 是 DeepSeek Harness (DSH) 的社区插件,旨在通过设置界面集中管理人设与长期记忆,避免手动维护散落文件。其核心功能包括“人设卡”和“长期记忆”:人设卡内容渲染至 system prompt,支持多卡片、按会话或工作区切换,并允许 AI 通过工具读写演化;长期记忆提供持久化存储,注入 prompt 时受大小限制,且优先关联当前激活的人设卡。安装需 Node.js >=20.18,新版插件要求 DSH >=0.1.0-rc.7,旧版用户需锁定特定版本。使用上,用户可在设置页创建卡片并指定默认值,AI 则利用专用工具自主管理记忆与人设。该插件适用于需在不同

Read More
dsh-plugin-marketplace:在 DSH Web UI 设置页浏览社区插件

`dsh-plugin-marketplace` 是 Scorp1o117 维护的一款 DSH Web UI 插件,旨在解决用户在 GitHub 与终端间频繁切换以查找和安装 DSH 插件的繁琐流程。该插件利用公共 GitHub Search API,在 DeepSeek Harness Web UI 的设置页中内置插件市场,支持按关键词搜索 `github.com/topics/dsh-plugin`,并按 Star 数或更新时间排序。用户可直接浏览插件卡片(含描述、语言、更新日期等)及详情面板(含 README 摘要、安装命令、仓库链接),甚至使用“AI explain”功能通过配置的大模

Read More
dsh-turn-fork:DeepSeek Harness 会话的按回合编辑、重试与版本树导航

`dsh-turn-fork` 是面向 DeepSeek Harness 的 MIT 许可证插件,旨在解决历史用户消息修改与重跑问题。它支持对已确定消息进行编辑,并提供“截断”或“保留”两种下游策略,从该回合创建新分支并重新运行。插件核心功能包括:通过 per-turn 按钮重试历史回合、通过消息按钮或会话头部重新生成助手回复、以及提供版本树 Timeline 用于查看分支摘要、导航(Undo/Redo)和管理运行状态。其分支日志具有持久化特性,进程重启后可读取,且仅使用官方插槽,避免 DOM 注入。安装命令为 `dsh plugin add dsh-turn-fork`,需重启进程生效。该插

Read More
dsh-office-tool:DeepSeek Harness 的 Office 文档插件

dsh-office-tool 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在为 agent 提供创建、读取、查询和编辑 .docx、.xlsx 及 .pptx 文档的能力。该插件通过驱动 OfficeCLI 二进制文件执行操作,无需安装 Microsoft Office。它向模型暴露了九种结构化工具,涵盖文档创建、元素增删改查、批量操作及原始命令透传,并支持结构化 JSON 响应以优化错误处理。在 Web 环境下,若搭配 dsh-better-sidebar 插件,可在侧边栏提供实时文档预览;而在无 Web UI 的 headless 模式下,仍可使用全部工

Read More
dsh-mic-input:DSH Web UI 的浏览器麦克风输入插件

`dsh-mic-input` 是由 QT-Chen 维护的 DSH Web UI 语音输入插件,采用 MIT 许可证。它完全在浏览器端运行,无需服务端、API key 或模型下载,利用 Web Speech API 实现麦克风听写。核心功能包括:在输入框工具行添加麦克风按钮以开始实时听写;通过草稿重建与去重机制避免文本重复;支持最多 6 次的静默续听以维持会话;提供智能标点(自动补全、保留、去除)及中文、英文或跟随系统的语言选择;并支持可选的自动发送消息。用户可从 GitHub 或 npm 安装,要求 Node.js 版本不低于 20.0.0。安装后重启 DSH Web 或刷新页面即可生效。

Read More
dsh-reasoning-translator:在 Web UI 显示层翻译推理和最终答案

dsh-reasoning-translator 是 DeepSeek Harness 的社区插件,由 pinkllo 开发,采用 MIT 许可证。其核心定位是在 Web UI 显示层对模型的可见推理(reasoning)和最终答案(final answer)进行实时翻译,同时严格保留原始 session logs 不变。该插件支持两种后端:一是基于本地设备的 Chrome Translator(需 Chrome 138+ 或较新 Edge),无需 API key;二是 OpenAI-compatible API,由 Host 进程调用,密钥可通过环境变量配置。功能上,它支持源语言自动检测与跳

Read More
DeepSeek Harness 插件:dsh-widgets 右侧组件栏

dsh-widgets 是 DeepSeek Harness (DSH) 的 Web UI 右侧组件插件,由 Physicolor 维护,基于 Cordis 模型开发,旨在将分散的会话指标和管理工具集中展示,减少用户切换成本。该插件实时显示回合数、Token 消耗、TTFT、缓存命中率等关键运行指标,并提供任务、上下文、热力图及引用等常用组件。它还支持查看 OpenCode Go 用量及 DeepSeek 高峰计价窗口,其中用量数据通过同源代理获取。在交互方面,插件支持 1、2、4 列网格布局及 2x4 长卡形态,组件可按 widget@size 安装、排序和调整,并具备连续放大视觉效果。内置

Read More
dsh-plugin-workbench:把 DSH 网页做成可编辑文件工作台

dsh-plugin-workbench 是专为 DSH Web 开发的文件工作台插件,旨在解决流程中断问题,使网页端具备轻量代码编辑器功能。该插件由 Pasumao 维护,MIT 许可,支持 Node >=18,当前版本 0.0.15。 核心功能包括:左侧文件树侧栏(支持懒加载、独立状态保存)、多标签页可编辑代码预览(支持 JS/TS、Python 等语法高亮、行号、透明 textarea 叠加编辑)、右键文件操作(新建、重命名、删除、复制剪切粘贴、跨工作区操作)、图片内联预览(支持多种格式,20MB 上限)、Markdown 渲染及消息中 @ 引用或拖拽插入工作区文件路径。 插件支持每工作

Read More
dsh-worktree:DSH 子代理的 Git worktree 隔离与交付

`dsh-worktree` 是 DSH 的 Git worktree 插件,旨在解决多个子代理并行处理同一仓库时的写入冲突。它通过为子代理提供独立的工作树,支持审阅、验证、提交、合并、推送、创建 Pull Request 及归档恢复等完整交付流程。该插件安装在全局 DSH profile,不修改业务项目配置。用户可通过 `subagent_worktree` 委派任务,或使用 `/worktree` 命令手动管理。插件支持多种工作树起点和保留模式,内置安全机制防止误删有修改的工作树,且推送不使用强制模式。适用于需要并行开发且保留结果可追溯的场景。使用前需检查源码和许可证,卸载插件不会自动删除

Read More
dsh-mobile-control:用 WDA 驱动 iOS 模拟器的 DSH 插件

`dsh-mobile-control` 是一个 DeepSeek Harness (DSH) 插件,旨在通过 WebDriverAgent (WDA) 驱动 iOS 模拟器,实现移动设备的自动化操控。该插件无需依赖 macOS 辅助功能或 idb,利用 WDA 的 HTTP 服务提供截图、UI 元素查找、点击操作、URL 打开、可访问性树导出及隐私预授权等功能。安装后,它会向 agent 注册 8 个 `mobile_*` 工具,支持自然语言调用。 使用前需确保环境满足 Node >=20.11 及特定依赖,并通过命令从 GitHub 安装。核心操作包括使用 `wda-up.sh` 脚本启动

Read More
dsh-read-image:为纯文本 DeepSeek Harness 提供即插即用读图

`dsh-read-image`是DeepSeek Harness(DSH)的一款MIT开源插件,旨在解决纯文本模型无法直接读取图片像素的痛点。该插件允许文本路由接受图片输入,将图片块投影为`[Image #N]`文本占位符,并自动注册`read_image`工具。通过该工具,开发者可调用可配置的视觉模型读取会话中的指定图片或文件路径,将其内容转换为文本供模型推理。若路由本身支持原生多模态,插件会智能回退至内置工具以避免冲突。插件提供“Read image”设置区块,支持配置视觉模型及提示词等参数。安装需DSH版本0.1.0-rc.6以上,通过命令行添加后重启即可。插件具备环境自检和失败安全机

Read More
dsh-tool-encoding:DSH 的 UTF-8 文本编码、哈希与 UUID 工具插件

dsh-tool-encoding 是 DSH 智能体工作流的编码/哈希工具插件,提供 UTF-8 文本的 base64/base64url/url/hex 编解码、哈希(md5/sha1/sha256/sha512)及 UUID v4 生成。其定位为零依赖、零进程、纯函数,旨在替代 shell 外部命令,降低进程调度与拼接成本。所有操作按 UTF-8 文本处理,输入上限 1 MB,输出上限 4 MB。工具具备严格校验机制,包括 RFC 4648 canonical 校验、fatal 模式 UTF-8 解码、拒绝孤立 surrogate 及 hex 解码合法性检查。该插件适用于 web 和 h

Read More
niyongsheng/free-vision-skill:DSH 本地图像理解与 OCR 插件

niyongsheng/free-vision-skill 是一款面向 macOS 的 DSH 插件,基于 macOS Vision Framework 提供完全本地的图像理解与 OCR 服务,确保图片不离开本机。该插件采用 MIT 许可证,核心功能包括图像描述、文本提取及表格结构识别。它提供 view_image 和 ocr_image 两个主要工具:前者用于描述图像场景、人物及二维码等内容;后者支持提取文本,并可通过 layout=true 参数获取表格结构及坐标。输入格式支持 http(s) URL、base64 及本地路径。安装需使用 dsh plugin add 命令,并在配置文件中

Read More
dsh-billing:DSH Web GUI 实时计费监控插件

dsh-billing 是 DSH Web GUI 的实时计费监控插件,集中管理本机模型调用用量、余额及费用估算。核心功能包括:侧边栏实时显示余额(2秒刷新)及状态告警;展开面板查看消费明细、Token 用量及最近流水;支持 DeepSeek v4 峰谷定价及多供应商单价匹配;可通过 API Key 同步官方余额与单价。插件提供设置页配置阈值、单价表及数据管理,并集成 `billing_balance` Agent 工具供查询。账本数据持久化存储,重启自动恢复。安装无需构建,支持从 GitHub 或本地直接安装。需注意其仅统计本机调用,API Key 明文存储于本地,计费为估算值。适合需实时监

Read More
dsh-model-balance:在 DSH Web GUI 模型选择器前显示账户余额与配额

dsh-model-balance 是一款专为 DSH Web GUI 设计的插件,旨在解决多模型供应商开发中频繁切换控制台查看余额的痛点。该插件不改变模型调用链路,仅在模型选择器前显示 DeepSeek、StepFun、Kimi、OpenRouter、MiniMax 及 xAI 等支持 API 查询供应商的真实余额或配额;对于通义、小米等无 API 接口的供应商,则提供控制台入口链接。插件具备智能刷新机制,包括切换模型即时显示、对话结束后强制刷新、每两分钟定时轮询及点击手动刷新,并设有成功与失败结果的不同缓存策略以确保状态准确。用户可通过 npx 命令从 GitHub 或 npm 轻松安装,

Read More
dsh-subagent-profile:按任务管理 DSH 子 Agent 的模型、推理强度与工具范围

`muzyLink/dsh-subagent-profile` 是 DeepSeek Harness 的子 Agent 派发插件,旨在统一管理与优化子任务配置。该插件允许用户根据任务需求灵活选择模型、推理强度及工具范围,并将常用组合保存为可复用的命名 Profile。其核心能力包括内置多重安全检查机制、成本估算与节省分析,以及记录请求、生效配置、执行过程及结算细节的完整决策台账,实现派发的透明化与可追踪。 安装后,用户可通过设置页面管理 Profile,利用 `dispatch` 工具进行前台或后台派发,并在会话标签页中复查决策记录。安全方面,插件默认移除高危工具 `run_code`,且需宿

Read More
dsh-nuphus-mcp:在 DSH 中挂载 nuphus-mcp 的 computer-use 工具

dsh-nuphus-mcp 是 mrpulor-gh 维护的 MIT 协议 DSH 插件,旨在将 nuphus-mcp 作为 DSH 原生工具挂载,使 Agent 在 web profile 中具备桌面或计算机使用能力。该插件注册 38 个 mcp__nuphus-mcp__* 工具,首次启动时若缺少依赖会自动安装,并默认开启 --confirm-write 安全机制,要求写操作必须传入 confirm: true 参数。支持通过 NUPHUS_MCP_* 环境变量及 cordis.yml 配置 serverName、命令、超时等参数。安装命令为 npx -p @deepseek-ai/ds

Read More
dsh-find-skill:为 DSH 接入技能搜索、安装与生命周期

dsh-find-skill 是 DeepSeek Harness (DSH) 的 MIT 许可证插件(v0.2.1),旨在桥接 vercel-labs/skills 生态,提供 LLM 驱动的技能搜索、安装及生命周期管理。该插件支持临时、项目、全局三种作用域:临时技能仅当前会话可见,随会话销毁自动清理;项目或全局技能持久化至托管根目录。核心功能包括 skill_find(基于 skills.sh API 搜索)、skill_install(通过 CLI 隔离安装)及 skill_remove,并提供 /skill 子命令供人工维护。配置项涵盖搜索基址、默认作用域及 Provider 排名等。

Read More
dsh-subagent-model:按次指定模型路由与上下文继承的 DSH 插件

dsh-subagent-model 是 Momojie-S 维护的 DSH 插件,基于 @deepseek-ai/dsh-tool-subagent,提供 subagent_model 工具以增强子代理委派能力。其核心特性包括支持每次调用时动态指定 provider、model 和 max_tokens,以及通过 fresh_context 参数灵活控制上下文:省略该参数或使用 true 时启用干净上下文,传 false 则基于调用时刻父会话最新状态继承当前对话。插件支持后台运行,区分 continuable(可持续交互)与 one-shot(一次性任务)策略,路由优先级为调用参数 > 插件

Read More
dsh-docs-panel:把本地 Markdown 文档放进 DSH 侧边栏

dsh-docs-panel 是 mlosun 开发的 MIT 许可 DSH Web 插件,旨在将本地 Markdown 文档集成到 DSH 侧边栏,解决频繁切换编辑器查看笔记的痛点。该插件从 v0.1.0 起作为 dsh-better-sidebar (≥v0.4.0) 的独立 Tab 运行,自动扫描指定目录(默认 ~/.dsh/docs,可自定义并永久保存)下的 .md 文件,在侧边栏以规整网页形式展示,支持亮暗主题适配、标题/表格/代码块渲染、大纲平滑跳转及代码一键复制。此外,它提供“Chrome 打开”和“VS Code 打开”按钮,但目前仅支持 macOS。安装需先添加依赖 dsh-

Read More
dsh-reconnect:DeepSeek Harness 的模型请求安全重试插件

dsh-reconnect 是 DeepSeek Harness (DSH) 的 Host 端插件,用于在临时网络或服务故障导致模型请求失败时自动重试。它监听 `agent/request-error` 事件,在内置重试策略失败后接管,针对限流、超时、5xx 错误及连接断开等可恢复问题,采用指数退避算法重发请求,避免中断 agent 步骤。插件支持配置本地退避上限(默认 60s),并优先尊重 Provider 的 `Retry-After` 指令。对于配额不足(QUOTA)默认不重试,未知错误默认无限重试(可配置限制),而认证、参数等不可恢复错误则立即终止。该插件提供统一的设置卡片及 YAML

Read More
dsh-whale-pet:把 DSH 服务启停与 GUI 唤起放进桌面宠物

dsh-whale-pet 是一款由 miku00039-01 开发的 Windows 桌面宠物程序,旨在将 DeepSeek Harness (DSH) 的服务启停、状态监测及 GUI 唤起整合至零依赖的 .exe 文件中。该工具支持一键启动 DSH 服务并自动打开 GUI,具备人形桌宠悬浮窗、可拖动记忆位置、双击复用 PWA 窗口等功能。其核心特性包括绿/红两态自适应状态监测、显示详细服务与系统资源的状态卡片、单实例运行、崩溃日志记录以及托盘图标兜底入口。用户可通过 DSH 插件指令 `/whalepet` 快速启用,或直接下载 Release 版本运行,也可从源码构建。程序依赖 Wind

Read More
dsh-kimi-webbridge:让 DeepSeek Harness 智能体调用本地真实浏览器

`dsh-kimi-webbridge` 是 MicroHEROX 开发的 DeepSeek Harness(dSH)插件,旨在解决智能体自动化中缺乏真实浏览器登录态及本地操作能力的痛点。该插件通过本地 daemon(端口 10086)驱动用户当前已登录的真实浏览器,确保流程在本机完成,无需第三方中转或 API keys。 它提供 15 个以 `kimi_webbridge_` 为前缀的工具,支持页面导航、标签页管理、内容读取、元素点击、表单填写、JavaScript 执行、截图、网络监控、文件上传及 PDF 导出等功能。安装简单,支持通过命令添加至 profile 或使用 overlay 方

Read More
MicroHEROX/dsh-exa-mcp:在 DeepSeek Harness 中挂载 Exa Search

MicroHEROX/dsh-exa-mcp 是一个面向 DeepSeek Harness (DSH) 的 MIT 许可插件(v0.1.0),旨在通过 DSH CLI 的 `dsh-mcp-client` 桥接 Exa 远程 MCP 端点,为智能体提供联网搜索和网页抓取能力。该插件作为纯配置补丁层,无需构建步骤,安装后仅向配置文件添加一行指令。 核心能力包括将 Exa 工具注册为 `mcp__exa__*` 本地工具(如 `web_search_exa`、`web_fetch_exa` 等),并支持自动重同步和 180 秒任务超时。认证方面,未设置 `EXA_API_KEY` 时以匿名方式使用

Read More
dsh-plugin-terminal:在 DSH Web 底部面板中使用真实 PTY 终端

`dsh-plugin-terminal` 是面向 DSH Web 的插件,由 `mervyn-teo` 开发并采用 MIT 许可证。它基于 host PTY、WebSocket 和 xterm.js,在 VS Code 风格的可折叠底部面板中提供真实交互式 PTY 终端。该插件支持 ANSI 颜色、光标移动及 256 色渲染,适用于 Windows PowerShell 及其他环境的默认 Shell。用户可通过 `Ctrl+`` ` 快捷键切换面板,调整高度,并在设置中自定义主题、字体、工作目录等参数,部分设置即时生效,Shell 变更则在下次启动时应用。 安装需确保 DSH 挂载相关服务,

Read More
dsh-plugin-qr-connect:为 DSH Web 添加扫码连接入口

`dsh-plugin-qr-connect` 是 DSH Web 端的一个 MIT 许可证插件,旨在解决移动设备访问本地 DSH Web UI 的鉴权与连接问题。该插件在侧边栏添加 QR-code 按钮,生成包含本地网络和公共互联网二维码的面板。其核心机制是运行一个认证反向代理子进程,负责验证 auth secret、发放会话 cookie 并转发至 loopback Web UI,同时支持 WebSocket 升级以显示实时更新。 插件支持 secret 自动轮换(默认 30 秒,可配置禁用)及多语言 UI。用户可通过 `dsh plugin add` 命令安装并重启 `dsh web`

Read More
dsh-sidebar-mode:把 Agent 预设切换放进「新会话」按钮

dsh-sidebar-mode 是 Meredith2328 开发的 DSH 桌面端 profile 插件,旨在优化 Agent 预设切换体验。该插件将预设选择功能集成至“新会话”按钮中,用户无需进入设置面板,点击按钮左侧标签即可弹出菜单快速切换标准、PTC等预设。 其核心功能包括:自动发现并显示自定义预设;切换时同步更新全局默认、设置面板及侧边栏状态;仅影响当前空白会话,不干扰已运行任务;支持日间/夜间主题自适应;长名称自动截断显示。 安装需通过 `pnpm add` 引入,并在 `package.json` 的 `dsh.profile.bundles` 中注册后重启。该插件依赖 `co

Read More
dsh-cot-summerization:DeepSeek Harness 的思维链摘要插件

DSH插件`dsh-cot-summerization`由MeowLynxSea开发,旨在优化推理显示。它不直接展示原始思维链,而是在`llm/stream`层拦截原始增量,改由小模型生成缩略摘要,以Reasoning块形式流入UI。此设计确保界面简洁,同时保留模型可见历史中的原始思维链,避免影响Agent多轮推理。核心能力包括流式分段摘要、动态分块、近重复消除及Nekomimi边界协议支持。插件提供多种错误处理策略,并允许配置独立的小模型通道。安装后,用户可通过Web Client配置启用状态、摘要风格及长度限制。虽然增加了一次小模型调用成本,且原始数据需经过配置的LLM通道,但用户可指向本

Read More
dsh-excel-panel:DSH Web 右侧栏 Excel 编辑插件

dsh-excel-panel 是面向 DSH Web 的右侧栏插件,旨在让用户无需切换外部工具即可直接在 DSH Web 工作界面中预览、编辑和保存 .xlsx 文件。该插件支持单元格选择与文字编辑,提供字体大小、加粗、对齐及颜色调整等格式工具,并具备实时公式预览功能,涵盖常用计算及 SUM、IF 等函数。此外,它还支持合并单元格、插入删除行列、调整行高列宽及管理工作表等操作。在保存机制上,插件通过重建整个 xlsx 文件来避免样式损坏,确保多次保存后格式不丢失,并支持撤销与重做。安装时需确保环境满足 dsh-better-sidebar、react 及 exceljs 版本要求,可通过 D

Read More
PaperLab:Overleaf 式论文迭代修改工作台

PaperLab 是结合 DeepSeek Harness (dsh) 的 Overleaf 式论文迭代工作台。它旨在解决 PDF 批注、LaTeX 源码编辑、编译结果及 Git 历史分散的问题,将“读批注、改论文、看 PDF、回滚版本”整合在同一流程中。其核心功能包括:三栏式界面,支持在渲染后的真实 PDF 上精准批注;基于 dsh agent 的 AI 修订流程,自动执行“读批注-编辑源码-编译检查-Git 提交”,并提供实时轨迹监控;以及完整的版本管理,支持历史浏览、Diff 对比及一键回滚。 PaperLab 不直接调用模型 API,所有 AI 执行均在 dsh 环境中完成,确保模型凭

Read More
dsh-conversation-landmarks:DeepSeek Harness 长对话导航插件

dsh-conversation-landmarks 是一个由 mantonlove 维护的 DeepSeek Harness Web 社区插件,旨在解决长对话中反复滚动的痛点。该插件基于 MIT 许可证,通过官方扩展点在会话工作区左缘添加一个固定、垂直居中的地标栏,帮助用户快速定位用户任务及对应回复。 其核心功能包括:当会话中至少有三个用户任务时,地标栏自动显示;支持悬停预览用户请求及最新助手回复;点击地标可智能加载历史并平滑滚动至目标消息,确保其完全可见。插件采用非侵入式设计,不修改 DeepSeek Harness 源文件,不执行自有网络请求,也不收集遥测数据。 安装要求 DeepSee

Read More
adb-dsh-plugin:通过 ADB 控制 Android 设备的 DeepSeek Harness 工具

adb-dsh-plugin 是一个 MIT 许可证的 DSH 插件,用于通过 ADB 安全地控制 Android 设备。它不启动额外代理,也不在宿主机 shell 中拼接命令,而是通过 Harness 的 `ctx.subprocess` 服务启动 ADB 进程,继承取消和超时信号,避免模型自由拼接命令。 核心能力包括设备发现、信息获取、应用包管理、系统服务查询、UI 层级分析、输入操作、文件传输、日志抓取和截屏。`adb_shell` 默认不注册,需显式启用;清理和卸载应用等破坏性操作默认关闭。插件支持配置设备白名单、超时限制和输出大小限制,并可通过 `restrictHostPathsT

Read More
dsh-cost-tracker:为 DeepSeek Harness Web 记录每日 LLM 调用花费

dsh-cost-tracker 是一款 MIT 许可证的 DeepSeek Harness Web 客户端插件,旨在解决模型调用 Token 用量数据分散、难以按维度回看的问题。该插件自动记录安装后产生的每次 LLM 调用用量,包括输入、缓存命中、输出及推理 tokens,并根据可自定义的定价表(支持高峰时段倍率)估算花费。它提供侧边栏按钮、会话标题栏及输入框旁三个入口,支持按总览、模型、会话及最近调用多维度查看成本。用户可修改价格设置,历史数据将按新价重算。插件仅在本机读取 API 响应中的 usage 数据计算,不涉及模型调用、无网络上报且不存储 API 密钥。数据保存于本地文件,卸载插

Read More
DSH SessionGraph:把当前会话整理成可编辑导图

`dsh-sessiongraph` 是 `lwklbb` 维护的 DSH Web 插件,旨在将长会话内容整理为可编辑、可复制的结构化大纲与思维导图。该插件基于 MIT 许可,通过在浏览器端运行,只读当前会话快照而不修改持久化文件。其核心功能是在输入框上方增加按钮,自动提取会话目标、最终结论、关键决策、待办事项及文件产出,同时过滤堆栈跟踪、终端日志等噪声信息。 插件支持默认、精简和详细三种导图模式,并允许用户在弹窗中手动编辑节点。导出格式涵盖 Markdown 大纲、Mermaid mindmap、PlantUML、XMind 缩进文本及待办清单简介,便于后续用于文档记录或复盘。安装需在插件目

Read More
SHOPLINE AI Toolkit for DSH:为 DeepSeek Harness 接入 SHOPLINE 工具与技能

`lunw/shopline-ai-toolkit-dsh` 是一款面向 SHOPLINE 开发者的 DeepSeek Harness(DSH)插件,旨在通过整合官方 SHOPLINE Developer MCP 工具与平台知识技能,提升 AI 助手的开发辅助能力。该插件采用 `Skills + Dev MCP Server + Agent Plugin` 架构,核心功能包括提供 8 个涵盖 Admin REST、GraphQL、OAuth、Webhook、Sline 模板及文档盲区补充的 `SKILL.md` 技能,并通过 DSH 原生 MCP 客户端以本地 `stdio` 方式接入免鉴权的

Read More
dsh-side-chat:DeepSeek Harness 的只读侧边对话插件

dsh-side-chat 是 DeepSeek Harness (DSH) 的一款只读插件,旨在解决长任务执行中临时提问干扰主流程的问题。它通过在主会话旁创建继承已完成上下文的侧边会话,让用户在旁路查询信息时,主 Agent 能继续独立运行而不受干扰。 该插件核心采用强制只读约束,沙箱审批策略设为“never”,仅暴露父级上下文中可用的只读工具,并拒绝非只读操作及嵌套代码模式。界面支持 Better Sidebar 或自适应悬浮窗,隐藏或最小化时保留草稿与记录,仅在确认结束或双方空闲 30 分钟后进入停放状态。适用于 DSH Web 环境(Node.js ^22.19.0+),通过 npm

Read More
dsh-plugins-market:DeepSeek Harness 插件创意市场

Luaphes/dsh-plugins-market 是一款面向 DeepSeek Harness (DSH) 的社区插件创意市场,旨在统一插件的发现、筛选、信任判断及安装流程。该工具从官方 dsh-plugin 话题抓取约前 500 个仓库,通过过滤噪音和展示精选徽章、社区兼容状态,帮助用户快速定位优质插件。它支持按星数、近期涨幅等排序及即时搜索,并提供日增星数快照展示。在安装环节,系统会严格校验目标仓库是否声明 dsh.bundle.patch,拒绝非 bundle 仓库,并在执行前展示具体命令及安全警告,确保操作透明。该插件自身零构建、无后端、不依赖 LLM,仅使用 GitHub 公开

Read More
paste-to-workspace:把粘贴或拖入的图片与任意文件保存为会话工作区文件

`paste-to-workspace` 是专为 `dsh web` 设计的插件,旨在解决会话中处理截图和本地文件时操作零散的问题。该插件支持将图片通过 `Cmd/ctrl+V` 粘贴或任意文件拖入聊天框,自动保存至会话工作区 `.dsh-paste/` 目录,并向模型发送文件路径。核心功能包括:任意文件拖放支持、图片粘贴预览、基于文件类型的图标渲染(图片缩略图、其他文件显示 RemixIcon 图标)、点击卡片即可下载原文件、无文字纯文件发送、深浅主题自动适配、30天自动清理过期文件以及拖放提示文案优化。安装需依赖 `dsh plugin` 和 pnpm,通过 GitHub 源执行命令即可安

Read More
dsh-git-gui:DeepSeek Harness Web UI 的 Git 图形化插件

dsh-git-gui是一款面向DeepSeek Harness Web UI的MIT许可浏览器插件,旨在解决在Agent修改工作区文件时,用户需频繁切换终端查看Git状态的问题。该插件允许用户在浏览器中实时查看文件状态、行级diff及提交历史,并直接执行stage、commit、revert等Git操作。核心功能包括分类变更视图、遵循.gitignore的文件树浏览、提交记录管理、嵌套仓库自动检测、远程同步及深色模式支持。安装可通过GitHub或npm命令完成,更新与卸载均有专用指令。适用场景为需同时监控Agent工作区与Git状态的用户。使用前需注意权限检查、来源核对(npm包名与GitH

Read More
dsh-timer-agent:DSH 定时任务与 Agent 会话插件

dsh-timer-agent 是 DSH Web GUI 的一个 MIT 许可插件,由 LouisHaoL 维护,旨在提供 host 常驻的定时任务引擎。其核心优势在于 `dsh web` 服务启动后即使关闭浏览器 GUI 也能照常触发任务。该插件支持 5 段 cron 调度,任务目标可指定为已有会话、特定项目工作目录或默认工作空间,确保保留上下文。它提供 Web GUI 管理面板和 `timer_agent` 模型工具,允许用户在对话中直接创建、修改、暂停或删除任务。除 AI Agent 任务外,还支持普通命令任务,可直接执行脚本并记录输出与退出码,不消耗 API 额度。安装需通过本地绝对

Read More
dsh-specflow:把规格、计划与任务进度保留在仓库里的 DSH 插件

dsh-specflow 是一款 MIT 许可的 DeepSeek Harness (DSH) 插件,旨在解决 DSH 会话重启后工作难以恢复的问题。通过将需求、设计和任务清单持久化存储在代码仓库中,后续会话可读取这些工件,自动定位未完成任务并恢复对应的 DSH goal。该插件支持 DSH 0.1.0-rc.6 及以上版本,要求 Node.js 22.19.0 或更高,已在 npm 发布。 其核心功能包括提供 `specify`、`plan-spec`、`tasks` 和 `implement` 等可复用工作流命令,利用 `spec.md`、`plan.md` 和 `tasks.md` 模板

Read More
dsh-muyu:DeepSeek Harness Web 里的右下角电子木鱼

dsh-muyu 是 DSH Web 客户端的 MIT 插件,旨在解决等待模型思考或流式输出时缺乏轻量本地反馈的问题。它在界面右下角提供可交互的电子木鱼,支持手动点击累积功德,并在会话忙碌时自动轻敲计数。该插件仅在本机浏览器维护轻交互计数,不写入对话记录也不发起额外请求,数据存储在 localStorage 或 IndexedDB 中。 功能上,支持切换香炉或木牌样式,显示 9999 以内原数或 Nk 简写,可自定义自动敲击速度、起包连击数及图源(内置、本地、图库或 URL),并支持导入 zip 图包。系统开启“减少动态效果”时会自动跳过动画。 安装要求 DSH 版本 ≥ 0.1.0-rc.8

Read More
dsh-rigorquant:面向经验/计算数学研究的 DSH 会话级研究插件

dsh-rigorquant 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在通过上下文隔离的多智能体协作,优化经验/计算数学的长程研究流程。它解决假设提出、探索、验证与实现混杂的问题,将单次会话组织为带有边界、分工及前置检查的研究实验室。 其核心机制包括并行探索、独立重推分析形式与界限、通过反例对抗淘汰无效路径,以及由 meta-validator `rq_check.py` 进行的证据校验,拒绝无证据的通过结论。插件引入“实现前四项检查电池”,确保数值实现前有充分证据。针对随机性工作,采用固定种子和大数定律约定,并提供可选的 Jacobian MCP 升级路

Read More
dsh-token-pricing:为 DSH Web 界面增加按模型 Token 定价与费用查看

dsh-token-pricing 是面向 dsh Web 界面的社区第三方插件,用于解决不同模型 Token 单价及高峰时段计费问题。它允许用户按提供方和模型配置输入、输出及缓存命中的美元价格,并支持多档高峰时段计价。核心功能包括在会话底部显示实时费用、提供可拖拽的费用浮窗(支持按轮次或模型视图)、跨项目费用统计面板以及 CSV 导出。修改价格规则后,系统可自动重算历史会话费用。该插件安装简便,需 Node ≥22 环境,通过 `dsh plugin` 命令添加到 Web 配置即可。其设计承诺零 Token 影响,不向模型请求添加工具或提示段,确保不影响原有交互。虽为非官方插件,但依赖轻量且

Read More
DeepSeek Harness 可视化工作间插件:lhwu1/dsh-lookseek

`lhwu1/dsh-lookseek` 是 DeepSeek Harness (DSH) 的可视化工作间插件,旨在以直观的方式展示会话状态,而非虚构额外聊天窗口。该插件通过“工作间”标签页呈现三类核心内容:左侧成员栏显示智能体真实状态与耗时;中央 3D 场景展示机器人移动、状态标签及路线动画;右侧看板列出计划任务与最近公开工具事件。 插件支持将会话中的真实事件(如模型请求、工具执行)映射到 3D 工位,并仅显示安全摘要,严格隐藏命令、路径、密钥等敏感信息。用户可导入不超过 30MB 的 `.glb` 文件作为自定义办公场景,通过校准工作点和绘制直线或曲线路线来编排布局,保存后生效。此外,自定

Read More
LessXi/dsh-fluid-width:DSH Web GUI 聊天显示区宽度自适应

`LessXi/dsh-fluid-width` 是一个面向 DSH Web GUI 的布局插件,旨在解决聊天显示区在宽屏下宽度固定(默认 748px)导致显示偏窄的问题。该插件通过覆盖 CSS 变量 `--dsh-chat-content-width` 为 `min(100%, 2000px)`,使聊天列、输入框等内容随窗口宽度自适应流动,同时保留 2000px 的默认上限,用户也可自定义该值或改为完全流式布局。插件采用 MIT 许可证,零依赖且无需构建脚本,安装后重启 `dsh web` 并刷新页面即可生效。其核心机制结合了静态覆盖与 `MutationObserver` 动态重写互为兜底

Read More
dsh-ops-kit:面向证据的 DSH 插件运维包

`dsh-ops-kit` 是 DSH 插件生态下的证据驱动运维工具包,旨在解决智能体过早断言的风险,强制其在声称记忆、计划或发布安全前提供可检查的证据。该工具包默认保守,不静默执行敏感操作,核心功能包括生成从 scope 到 handoff 的工作流计划、在受限本地目录中搜索带来源证据的上下文、审计 Git 仓库清洁度及 credential 卫生、生成插件发布清单并对照检查仓库,以及诊断终端 prompt 兼容性。 安装需 Node.js >=22.19.0,建议将 `roots` 配置为窄目录以避免读取敏感数据。使用前需通过 pnpm 进行离线安装、构建和测试验证。若遇终端兼容性问题,可

Read More
dsh-qq2007-skin:为 DSH Web GUI 提供可撤销的 QQ 2007 风格外观

`dsh-qq2007-skin` 是由 LeemanCheung 维护的独立、非官方外观插件,采用 MIT 协议。该插件旨在将 DSH Web GUI 呈现为 2007 年蓝色即时通讯窗口风格,同时完整保留原生的会话、模型、附件、发送及设置等交互功能。 其核心特性包括:通过官方 API 接入 72 个原生主题 Token,无需修改安装包或开启调试端口;提供可切换、可撤销的复古外观及可选的原创 Web Audio 发送提示音;支持高对比度、减少动效模式及窄屏自适应;用户设置仅保存在浏览器 localStorage 中,无 YAML 配置项。 安装前需确保环境为 DSH `0.1.0-rc.6`

Read More
dsh-prompt-enhancer:DSH 输入框提示词增强按钮

dsh-prompt-enhancer 是 DSH Web UI 的一款开源插件,旨在解决 AI Agent 提示词因缺乏上下文和边界条件导致执行效果不佳的问题。该插件由 LCQ-1024 维护,基于 MIT 许可证。它通过在输入框旁增加“增强提示词”按钮,允许用户在发送草稿前对简短需求进行一键改写。核心功能包括:输入框为空时自动禁用按钮;点击后显示缓冲动画;完成后弹出对比窗口,展示“增强前”与“增强后”的内容;用户可选择采用或拒绝,支持 Enter 键采用、Esc 键拒绝。插件复用 DSH 当前模型及凭据,无需额外配置 API Key,并默认关闭深度思考模式。安装简便,通过 dsh 命令添加

Read More
dsh-think-any-lang:在 DSH 中选择模型思考语言

DSH插件 `dsh-think-any-lang` 允许用户在Web设置中独立选择模型推理语言,使最终回复保持用户语言。该插件在 `Settings → General` 提供 `Thinking Language` 下拉选项,支持简体中文、英语等12种语言及关闭选项,选择结果持久化保存。其核心机制是通过 `systemPrompt.section` 注入由目标语言编写的思考指令,避免额外模型调用带来的延迟,实现零额外调用控制。安装需使用 `dsh plugin --profile <name> add github:lco117/dsh-think-any-lang` 命令,建议固定Com

Read More
dsh-skill-manager:为 DSH Web GUI 增加 Skills 面板

dsh-skill-manager 是一个 DSH 插件,旨在集中管理 Web GUI 中当前会话可见的技能(Skill)。该插件在侧边栏提供“Skills”入口,支持按全局/局部分组展示技能,并允许用户通过开关控制每个技能的启用状态,从而决定其对模型目录、skill 工具及用户手势的可见性。状态变更会持久化至本地文件,跨会话生效。 核心功能包括技能搜索、增删改(仅针对可写技能)、以及自动触发注册表失效以更新下一轮对话目录。其中,custom、bundled 和 runtime 来源的技能为只读,不可编辑或删除。安装需满足特定 Node 版本,通过 dsh 命令添加插件并重启服务即可使用。该工

Read More
DSH 热更新插件管理器:在运行中的实例上管理插件 bundle

kyorakuyk/dsh-hotreload-plugin-manager 是一个针对 DeepSeek Harness(DSH)的树外插件,旨在解决插件管理需重启实例的低效问题。该插件支持在运行中的实例上热安装、卸载、更新及启用/禁用 Profile 插件 Bundle,无需重启内核。 其核心能力包括支持从 npm、Git 或本地路径安装 Bundle,通过替换补丁行和实时重放配置实现热更新(仅限组合与配置,代码变更需重启),并持久化启用/禁用状态。插件提供 Web 设置页标签页(设置→插件→插件管理)及 `/plugin-manager/*` HTTP API,便于直观操作和自动化调用。

Read More
bigA:DeepSeek Harness 的 Agent Skill

bigA 是面向 DeepSeek Harness (dSH) 的 Agent Skill,由社区开发(仓库路径 kobenfang/bigA,MIT 许可证),与 DeepSeek 或幻方无官方从属关系。它通过 ClawHub 发布,供 OpenClaw 用户搜索安装,命令为 `npx clawhub search biga` 和 `npx clawhub install biga`。bigA 在 package.json 中声明了 DSH bundle patch,引入 `./cordis.patch.yml` 补丁文件,作为 DSH bundle 的一部分扩展 dsh 能力。资料未披露具

Read More
dsh-shutdown: One-Click Graceful Service Shutdown Within the DSH Page

dsh-shutdown is an MIT-licensed plugin for DeepSeek Harness, maintained by knlght, designed to solve the problem of DSH services continuing to occupy backend ports and memory after the browser is closed. The plugin adds a new "Shutdown" tab at the bottom of the Settings sidebar, providing a safe shutdown flow: after the user clicks "Shut Down DSH Service," a secondary confirmation is required to prevent accidental activation; once confirmed, the page displays a success panel and attempts to automatically close the tab. Its interface colors reference DSH theme tokens to support both light and dark modes. Installation requires running a specific plugin-add command and restarting the dsh web service. In terms of technical implementation, the plugin accesses the `/_dsh/shutdown` endpoint via a POST request, and the server executes process exit after a 500ms delay following the response. When using it,

Read More
dsh-virtual-workspace: A Cross-Directory Virtual Workspace for DSH

dsh-virtual-workspace is an MIT-licensed dynamic Cordis plugin for DSH, maintained by KevinWen7415. The plugin addresses the fragmented and inefficient nature of cross-project file access by organizing multiple project directories into named virtual workspaces. Agents can uniformly access member directories using the virtual path syntax `name:/relative/path` and invoke the `vws` tool, which includes 13 actions such as reading, searching, and editing. The plugin provides a sidebar drawer for creating workspaces and managing mirrors, with support for both Simplified Chinese and English interfaces. In terms of security, read operations are unrestricted, while write and edit operations strictly adhere to session sandbox boundaries; out-of-bounds operations require escalation through one-time approval. Workspace definitions are persistently saved in `.vws-workspaces.json` and automatically restored after restart.

Read More
dsh-archive-viewer: An Archive Session Management Plugin for DSH Web GUI

`dsh-archive-viewer` is an MIT-licensed plugin for the DSH Web GUI (currently a 3.0.0-test beta release) designed to centrally manage archived sessions. It addresses the problems of scattered access to archived sessions, inconvenient tag organization, and cumbersome log operations by providing a unified panel in the sidebar. Core features include: viewing and restoring archived sessions to their original workspaces; instant keyword search, multiple sorting options, and flexible tag-based filtering (supporting AND/OR modes); allowing users to add custom tags to sessions, with data persisted via a local HTTP API; a built-in AI assistant that leverages the DSH agent to assist with retrieval and organization, while automatically isolating internal sessions; and support for viewing paginated logs and exporting ZIP files. The plugin supports both Chinese and English, multiple layouts, and instant saving of settings, and is adapted

Read More
dsh-ci-doctor: Monitoring GitHub Actions Failures and Generating Structured Diagnostics

`dsh-ci-doctor` is a DeepSeek Harness (DSH) plugin designed to address the pain point of tedious log analysis after GitHub Actions failures. The plugin provides two core capabilities: monitoring and diagnosis. Through `ci_watch`, it launches a background task that polls for new failed runs and sets a baseline to avoid false positives from historical failures; through `ci_diagnose`, it transforms raw logs into structured findings, generating a Markdown diagnostic card containing normalized error signatures, failure categories, and suspicious files. The plugin strictly adheres to a read-only contract, only reading GitHub states without performing write operations such as pushing, merging, or re-running. It relies on an authenticated GitHub CLI session and supports starting monitoring or diagnosing specified runs via natural language instructions. In addition, the plugin features signature

Read More
dsh-survey: A Questionnaire-Style One-Time Prompt Plugin for DSH

dsh-survey is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to solve the cumbersome interaction problem caused by requiring multiple confirmations of several items when models invoke tools. Through the `do_a_survey` tool, it allows the model to submit 1 to 10 or more questions at once, which users can fill out and submit within the same interface, with answers returned as structured data. The plugin supports five question types—`single`, `multi`, `yes-no`, `compare`, and `open`—and provides four presentation modes—`compact`, `inline`, `overlay`, and `grid`—to suit different scenarios. The interface supports Markdown, Chinese and English localization, and accessibility semantics; each question can be skipped, and if not answered within 30 minutes

Read More
DeepSeek Harness Forge Plugins: Adding Gate Computation, TCM, and Memory Tools to DSH

deepseek-harness-forge-plugins is a set of DeepSeek Harness (DSH) plugins developed by jinguanghai and released under the MIT license, designed to provide developers with extended capabilities such as gate computation, Traditional Chinese Medicine (TCM) queries, memory recall, and evidence auditing. The plugin package includes four core plugins — forge-gates, forge-tcm, forge-memory, and evidence-first — totaling 13 tools. Among them, forge-gates supports symbolic mathematics, formal logical proofs, regex validation, and system model checking; forge-tcm provides TCM syndrome differentiation and diagnosis as well as herb-pair retrieval functions, but requires users to provide their own formula_db.json data

Read More
dsh-opencode-zen-free-provider: Adding Free OpenCode Zen Models to dsh

dsh-opencode-zen-free-provider is an MIT-licensed plugin maintained by jiesou, designed to seamlessly integrate OpenCode Zen's free models into the DSH ecosystem. At startup, the plugin performs a one-time sync of model catalogs and metadata from OpenCode Zen and models.dev, requiring no manual configuration or polling, and automatically filters for free models. Its core features include support for the MiMo V2.5 backend with up to 1M context length, exposing only the reasoning depth tiers accepted by the upstream (Default or Off), and preserving the real reasons behind non-credential rejections (such as quota expiration or regional restrictions) in terminal error events, rather than displaying them generically as an invalid API Key. If the initial fetch fails at startup, the plugin can still mount normally and serve with an empty catalog.

Read More
dsh-archived-sessions: View, Restore, and Delete DSH Archived Sessions

dsh-archived-sessions is a desktop and web plugin for DeepSeek Harness (DSH), designed to address the lack of an entry point for retrieving archived sessions. The plugin is maintained by Jiangdl0220, licensed under MIT, and can be installed via the npm package `@jiangdaoli/dsh-archived-sessions`. It adds an "Archived Sessions" page to the DSH settings panel, supporting viewing, searching, restoring, and deleting archived records. Core features include an archive list displaying session titles, workspaces, and activity information; pagination and instant search support; a read-only conversation viewer with turn-based grouping, Markdown rendering, and tool call details; and the ability to restore sessions to the sidebar or delete archived records.

Read More
DeepSeek Harness dsh-custom-workspace: Customizing Web Appearance per Workspace

dsh-custom-workspace is an MIT-licensed plugin for DeepSeek Harness (DSH) Web that allows users to independently configure appearance parameters per workspace, such as background, chat font size, Markdown line height, and block spacing, with support for Retina font rendering optimization. Settings are persistently saved to the local `$DSH_HOME/settings.yaml` file, affecting only browser rendering without touching model requests or logs. The plugin requires DSH `0.1.0-rc.6` and Node.js `^22.19.0` or later, and must be accessed via a loopback session for security reasons; settings functionality is unavailable to non-local browsers. Users can manage it through the `dsh plugin --profile w

Read More
dsh-skill-pack: Adding a Set of Workflow Skills for the DeepSeek Harness

`jeremy9682/dsh-skill-pack` is an MIT-licensed plugin designed for DeepSeek Harness (dsh), aimed at solving the problem of repeatedly copying skills—formed from an agent's fixed actions—across different projects or profiles. The package provides 12 core workflow skills in the form of an installable plugin, including `dsh-mode-routing`, `handoff`, `triage`, `to-spec`, `teach`, and `skill-advisor`. By registering a `FileSystemSkillProvider`, it injects the skill directory into the current profile's discovery path, coexisting with—rather than replacing—existing project-level and user-level skills. The

Read More
dsh-bill: Cost Attribution and Usage Dashboards for DSH

`dsh-bill` is a DSH cost attribution and usage dashboard plugin designed to break down session expenses from a simple total into specific content types, such as model output, tool input, system prompts, and user input. Maintained by Jannchie and built on `llm-pricing` for price parsing, its core features include: splitting bills by content type with trend charts and heatmaps; displaying the cost, step count, and cache hit rate for each conversation round; providing a persistent interface status, such as a sidebar showing today's spending versus budget; generating detailed reports covering totals, monthly forecasts, and account balance; supporting daily, monthly, and full-cycle budget settings with overspend alerts; integrating real-time exchange rates for approximately 166 currencies; and offering a `bill_stats` tool that allows the model to directly query spending data. Installation requires the `dsh plugin --p

Read More
dsh-mcp-manager-ui: The MCP Management Panel for DeepSeek Harness Web

dsh-mcp-manager-ui is the web-based MCP management panel for DeepSeek Harness (DSH), designed to simplify viewing MCP connection status, parsing tool schemas, and managing configurations. Its core features include: viewing MCP status, parameters, and tool lists with filtering and search capabilities; adding and editing MCP configurations, with built-in preset templates such as Filesystem and service catalogs such as Exa; and compatibility with importing configuration formats such as `mcpServers` and `servers`. The tool distinguishes between global scope (written to `cordis.patch.yml`, with hot-reload taking effect immediately) and project scope (written to `.dsh/mcp.json`, taking effect in new sessions), and supports project-level "blocking" of global...

Read More
dsh-clean-desktop-shell: Adding a Native Desktop Shell to the Configured DSH Web

dsh-clean-desktop-shell is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to provide a native desktop window shell for an already-configured DSH Web instance. It does not modify the web interface; instead, it leverages Electron to deliver system tray, single-instance behavior, and backend management features. It supports reusing existing web configurations, enabling zero migration. The plugin connects to local port 3080 by default and features backend liveness monitoring, an offline page display, and automatic reconnection. Users can start, restart, or shut down the backend service with one click via the tray, with support for automatic backend path detection, desktop shortcut creation, and update checks. It is distributed in two forms: a DSH plugin version and a standalone installer version, with the latter supporting Windows NSIS auto-updates and macOS Intel

Read More
dsh-tool-user-memory: A Cross-Session User Preference Memory Plugin for DeepSeek Harness

`dsh-tool-user-memory` is an open-source user preference memory plugin for DeepSeek Harness (DSH), designed to solve the problem of repeatedly stating preferences across sessions. The plugin persists stable preferences such as language habits and communication styles to `$DSH_HOME/user-memory/user.md`, and automatically injects them into the system prompt of every session, enabling memory sharing. Its core features include automatically recording, reading, or deleting preferences through the `memory_update` and `memory_get` interfaces, as well as supporting manual editing of the profile file. Installation is completed via the `dsh plugin` command, and it works out of the box with zero configuration by default, while allowing adjustments to the storage path, byte limit, and injection policy in `cordis.patch.yml`.

Read More
dsh-team: Adding a Visible Agent Team to DeepSeek Harness

dsh-team is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to solve the problem of states being difficult to track during multi-agent collaboration. By giving each sub-agent a name, role, and memory, it builds a visible team of agents. Its core features include: persistent teammates with independent memory, mailboxes for direct communication between members, a shared task checklist for the whole team, a persistent shared workspace (with private notes), and a "collaboration room" tab that updates in real time. In addition, it sets safety boundaries to limit the number of conversation rounds between agents, ensuring that communication in the main session remains unobstructed. Users can start a team via commands or natural-language instructions, view real-time progress, and flexibly disband the team. This plugin is suitable for scenarios that require multi-agent collaboration and intuitive monitoring of task assignments, progress, and workspace states. Installation is simple, configuration overrides are supported, and after a team is disbanded,

Read More
DSH Whale Desktop Launcher: A Windows Desktop Launcher for the DeepSeek Harness Web UI

`dsh-whale-desktop-launcher` is a community-maintained Windows desktop launcher plugin designed to simplify the startup process of the DeepSeek Harness Web UI. The plugin creates an icon-labeled `DeepSeek Harness.exe` on the desktop, allowing users to start or reconnect to the local service with a single click without opening a terminal, and automatically opens a compact UI in an app-mode window of Edge or Chrome—free of tabs and address bars. Installation requires adding the plugin via the `dsh plugin` command, with support for Windows 10/11 and Node.js 22.19+ environments. The plugin reuses existing healthy servers and captures the current DSH configuration. After uninstallation, residual files need to be manually cleaned up. As an unofficial community

Read More
dsh-grayprint: A Dual-Fingerprint Plugin for Thinking Text Styling in the DSH Web Client

dsh-grayprint is a web plugin for DeepSeek Harness that analyzes the writing style of reasoning text in real time within the session page. It provides two independent fingerprints: first, it determines whether the thinking text is closer to the grayscale or the current-version samples, by statistically analyzing first-person phrasing at paragraph openings; second, it tracks the frequency and proportions of "Let me" and "We need" at paragraph openings. The plugin has six built-in guards that refuse to make a judgment or degrade results when, for example, the proportion of Chinese is too high, there are insufficient Latin letters, or the sample size is too small (e.g., fewer than 5 or 48 paragraphs), ensuring statistical validity. The interface is located in the bottom-right corner and supports dragging, collapsing, and following the dsh language settings, with state saved locally. Data is analyzed only within the current browser session, never leaves the local machine, and is not used to determine model version, capability, or backend routing. Installation requires dsh CLI 0.1

Read More
dsh-skillradar: Recommending the Next Skill to Load for the Current DSH Session

dsh-skillradar is an MIT-licensed plugin for DeepSeek Harness designed to solve the problem of models struggling to determine which skill to load in multi-skill sessions. The plugin scans the skills visible in the current session, scores them based on recent conversation text (English and Chinese token overlap), and recommends the next most relevant skill. It provides a `skill_radar` model tool with support for `session_id` and `limit` configuration, and optionally offers an interactive Web UI. In terms of data security, it only reads the most recent 8000 characters of message text in the current session and the skill directory, performing no data writes, network requests, or credential usage. Installation requires compatibility with DSH 0.1.0-rc.6; the plugin can be added via GitHub or a local clone, and a restart is required for it to take effect.

Read More
dsh-usage: DSH Provider Usage Query Plugin

dsh-usage is a DSH plugin maintained by heekei under the MIT license, designed to query and display in real time the plan and balance usage of multiple LLM providers, including Kimi, Zhipu, DeepSeek, and Volcano Ark. The plugin automatically recognizes provider base URLs, supports adapting to relay stations or self-hosted services through custom URLs, request headers, and JS expressions, and supports Volcano Ark AK/SK signatures. The interface provides usage readout bars with color grading (green/orange/red), auto-refreshes every 5 minutes by default, and fetches data through same-origin API endpoints. For installation, ensure the DSH Web environment meets dependencies such as Node.js 18+ and React 18+, then add it from GitHub via the `dsh plugin` command and restart for it to take effect.

Read More
dsh-compass: Context, Files, and Git Panels on the Right Side of DSH Web

dsh-compass is a DeepSeek Harness (DSH) web plugin maintained by Happy2Git under the MIT license, designed to enhance the agent debugging experience. The plugin adds three core panels to the right side of the DSH web interface: context documents, directory browsing, and Git status monitoring, along with support for session log downloads. Its main features include file browsing with Git status badges, injected context documents with real-time reprojection, context management showing source attribution and token usage, a read-only Git commit graph and work status viewer, as well as file drag-and-drop into conversations and log export operations. Note for installation: the npm-published version of dsh cannot display this plugin; you must use a version built from the GitHub source (commit ≥ 47f9438) or the author's For

Read More
dsh-voice: Adding Full-Duplex Voice Mode to DeepSeek Harness

`haoku123/dsh-voice` is a full-duplex voice plugin for DeepSeek Harness (DSH), licensed under MIT, designed to provide real-time voice interaction experiences for web clients. Its core pipeline follows the flow of "streaming ASR → LLM → TTS with interruption support." The browser side captures Raw PCM audio, while the host side leverages `SenseVoice` (based on `sherpa-onnx`) for Chinese speech recognition, punctuation prediction, and text normalization, and uses `msedge-tts` to stream audio and captions back to the client. The plugin supports three input methods: tap-to-talk for continuous dictation, hold-to-record via the send key or microphone (swipe up to discard), and keyboard-free dictation by holding the Ctrl key (Esc to discard). It also features real-time caption preview.

Read More
dsh-obsidian: A host-only plugin for connecting DeepSeek Harness to an Obsidian vault

dsh-obsidian is a Host-only Obsidian integration plugin for DeepSeek Harness (DSH), designed to address issues such as path traversal, accidental deletion, and concurrent overwrites when general-purpose file tools operate on knowledge bases. Through a set of `obsidian_*` tools, the plugin consolidates Vault file operations, knowledge retrieval, attachment management, and editor commands into the DSH environment, without relying on a browser client or HTTP service. Its core mechanisms include dynamically injecting 25 specialized tools based on trigger words to ensure they are visible only in relevant sessions; enforcing strict security constraints at the Vault layer, such as path validation, atomic writes, and binary restrictions; while editor and command functionality requires installing the Companion and communicating via IPC. Installation requires DSH

Read More
dsh-copilot-sdk: Hooking Your GitHub Copilot Subscription into the DeepSeek Harness

dsh-copilot-sdk is a DSH plugin developed by GongYuanCaiJi, ported from @github/copilot-sdk (v1.0.11) under the MIT license. Its core function is to connect an existing GitHub Copilot subscription to DSH by registering it as a copilot provider, without requiring an additional Copilot CLI installation. Users can access models such as gpt-5, claude-sonnet-4.5, and deepseek-r1 through the model selector, with support for streaming output in both chat and reasoning modes, but tool execution is prohibited. Authentication supports GitHub login, Token, or BYOK. The plugin provides /copilot status, /copilot models

Read More
dsh-ecc: An ECC Skill Porting Plugin for DeepSeek Harness

dsh-ecc is a DeepSeek Harness (DSH) plugin maintained by gongyijie85, designed to solve the configuration challenges of integrating external skill libraries into DSH. The plugin ports the ECC system skills—which boast 227k stars—to the DSH architecture. By registering a skill provider with the `ctx.skills` registry, it enables skill files to be distributed along with the package. Users can load skills directly through the `skill` tool without individual configuration. The project is released under the MIT license, currently at version 0.5.0, and features zero runtime dependencies with native YAML frontmatter parsing. A total of 274 skills (out of 286) have been ported, covering engineering methodologies, front-end and back-end frameworks, operations automation, and vertical domains such as healthcare and finance. Installation

Read More
dsh-plugin-wechat: Integrating DeepSeek Harness into Personal WeChat

`dsh-plugin-wechat` is a MIT-licensed plugin designed to turn DeepSeek Harness (DSH) into a personal WeChat bot. It connects through Tencent's official ClawBot channel and supports WeChat QR code login, allowing users to trigger DSH's AI directly via WeChat text messages and receive replies with tools and memory enabled. It also supports web searches via the `web_search` tool (which can be disabled through environment variables). Currently, the plugin only supports text messages and does not support images, voice messages, or other media types. It is recommended for passive replies only; mass messaging and marketing use are strictly prohibited. Installation is simple: run `npx -y dsh-plugin-wechat`, scan the QR code, and configure your DeepSeek API Key in the local web interface to get started.

Read More
fyy99/dsh-livis-connector: Connect Livis in the DSH Settings Page

`fyy99/dsh-livis-connector` is an independent community plugin licensed under the MIT License, designed to integrate Livis into DeepSeek Harness (DSH). The plugin addresses the fragmentation of authorization, binding, connection status, and task idempotency by unifying Livis account authorization, Agent ID binding, and connection management within the DSH settings page. Core features include reliable message callback, support for cancellation and reconnection after disconnection, whitelist-based document upload (restricted to the configured directory), and Refresh Tokens stored only in the DSH Host, with no dependency on OpenClaw at runtime. Environment requirements: Node.js ^22.19.0 or above, and DSH 0.1.0-rc.6. Installation requires `dsh plugin

Read More
dsh-llm-agy: An AGY Agent Enhancement Engine for DeepSeek Harness

flg1217/dsh-llm-agy is an MIT-licensed plugin for DSH designed to extend DSH's capabilities by integrating AGY (Antigravity CLI), enabling seamless upgrades without modifying the dsh source code. The plugin requires Node.js ≥ 20 and dsh >= 0.1.0-rc.6, with the AGY CLI pre-installed. Its core features include: 1. Independent reasoning sub-agents, allowing specific tasks (such as frontend/UI) to be delegated to AGY by setting `agentOptions.provider: 'agy'`, with a `list_agy_models` tool for querying available models; 2. Deep web search, after configuring `searchProvider: agy`, `web

Read More
dsh-vault: A Data Backup and Recovery Plugin for DeepSeek Harness

dsh-vault is a community backup plugin for DeepSeek Harness (DSH) that backs up critical data—including chat history, workspace data, settings, and credentials—to a separate directory outside `~/.dsh`. The plugin provides three core capabilities: one-click backup, detection at startup of data that appears to have been wiped with an accompanying alert, and data restoration supporting either full recovery or scoped recovery (chat history only, workspace settings only). The default backup contents include sessions, storage, configuration files, credentials, and the anonymous user ID, as well as the usage plugin's data if it is installed. Users can check status, back up immediately, list backups, restore, and delete via the Backup Manager on the web settings page or the `backup_vault` tool, and can also generate an offline recovery script. Installation requires the new package name `@feiyang

Read More
DeepSeek Harness Plugin: dsh-plugin-usage-meter (API Usage/Cost/Balance Dashboard)

`dsh-plugin-usage-meter` is a community plugin designed specifically for the DeepSeek Harness (dsh) web interface, aiming to solve the problems of cost accounting and budget monitoring after API usage. The plugin is approximately 0.6MB in size, requires no Electron or separate process, and is mounted through the official profile mechanism—without modifying source code and can be easily uninstalled. Core features include displaying real-time token usage below the input box, cost estimation based on official listed prices, and account balance queries (API Key configuration required). It provides bar charts showing model cost distribution for the current day and the past 7 days, supports peak/off-peak pricing, and offers dual-currency display in CNY/USD. Users can connect to the official billing from `platform.deepseek.com` to verify actual charges, and historical costs automatically...

Read More
dsh-memory-eternal: A Local Memory Plugin for the DeepSeek Harness

dsh-memory-eternal is a local memory plugin for the DeepSeek Harness, designed to address the persistence of session conclusions and on-demand recall of historical context. Maintained by EternalNight996 and released under the MIT license, the plugin consolidates conversations into a local Markdown Vault, supports Git-based management, and allows multiple Agents to share a common memory repository. Its core features include automatic knowledge card persistence, a memory_recall tool for on-demand retrieval, a built-in graphical knowledge base and knowledge graph, as well as a review center and recycle bin mechanism. The plugin supports integration with DSH, Claude Code, Codex CLI, and Cursor, and offers a standalone browser interface along with self-managed service options. Installation requires Node >= 22,

Read More
dsh-pulse: A Cross-Session Usage and Cost Dashboard for DSH

dsh-pulse is a Web UI plugin for DSH, designed to address usage monitoring and cost management challenges in multi-workspace, multi-model scenarios. The plugin provides a unified dashboard with core features including: cross-session token usage trend analysis (supporting hourly to yearly views and heatmaps), usage breakdown and ranking by project and model dimensions, cost estimation based on per-model rates (with peak/off-peak time-of-use pricing and exchange rate configuration), as well as DeepSeek official balance queries and reconciliation. Additionally, it supports session-level detail attribution, adaptive theming, and CSV data export. The plugin runs within the DSH UI plane, consuming no additional tokens and storing no secrets, and requires Node.js >= 22.15. It can be installed via the `dsh plugin` command.

Read More
dsh-model-modes: Inference Modes and Provider-Native Fast Mode for DeepSeek Harness Web Composer

dsh-model-modes is an MIT-licensed plugin (v0.1.3) maintained by DTSFO, designed specifically for the DeepSeek Harness web composer. Its core goal is to add an explicit `Fast ON/OFF` toggle while preserving the reasoning configuration in DSH's official model selector. The plugin addresses the inconsistency of Fast/Priority request parameters across different providers, and strictly ensures that enabling Fast mode does not silently switch models, downgrade reasoning levels, or change providers. It injects provider-native fast parameters at the final `llm-pi-ai` boundary via `AsyncLocalStorage`, supporting `Max + Fast` and `Ul

Read More
dsh-research: A Research Plugin Marketplace in DSH Settings

dsh-research is an independent research plugin marketplace designed to address the fragmentation of tools for literature search, reference management, and writing review. The plugin adds a "Research plugins" page to the DSH settings sidebar, showcasing curated research tools, and uses a single shared market.json to ensure consistency between the settings panel and the browser directory (dsh-research.com/plugins), preventing data drift. Users can install plugins directly to the currently running profile via the Install button on the page, without needing to manually enter commands. To ensure security and stability, installation behavior is strictly constrained: only packages on the whitelist may be installed, cross-origin triggering is restricted, concurrent writes are prevented to avoid conflicts, and installation targets strictly follow the profile parameters specified at host startup. Users

Read More
dsh-niao-quick-open: A DeepSeek Harness Interface Enhancement Plugin

`dsh-niao-quick-open` is a plugin designed for the DeepSeek Harness (DSH) web interface, aiming to reduce the cost of switching between systems, file managers, editors, and sessions by centralizing frequently used operations. Its core features include one-click workspace opening (copying paths, revealing in the file manager, and opening in commonly used editors), as well as automatic scanning and listing of available editors on the host side. For session management, it provides a user message navigation bar that allows quick location of questions in long conversations, supporting hover-to-view summaries and click-to-jump; it also supports session todo markers and an enhanced three-row layout for the single-column view, optimizing interface information density. In addition, the plugin allows performing a "hard restart" directly within the page—after a double confirmation, it restarts the DSH service and automatically refreshes the page. Configuration options are centralized in the settings panel and take effect immediately or prompt for a restart, with data

Read More
dsh-input-traffic: An Input Queue Plugin for DeepSeek Harness Web GUI During Busy Periods

`drscrewdriver/dsh-input-traffic` is a client-side plugin for the DeepSeek Harness (DSH) Web GUI, designed to optimize the handling of user input while the agent is busy. The plugin provides three tiers of input planning—red, yellow, and green: red (`now`) immediately interrupts the current turn; yellow (`next`) inserts after the current action completes; and green (`later`) queues the message until the entire turn is finished. It supports drag-and-drop reordering, editing, deletion, returning to the input box, and one-click clearing of queued messages. It also features session freezing and resumption, allowing sessions to be paused before DeepSeek's peak pricing hours and resumed in queue order after the peak passes. The plugin isolates session state by `sessionId`, supporting multiple concurrent sessions without interference. As an MIT-licensed public beta

Read More
dsh-tool-policy: Allow / Ask / Deny Before Tool Execution in DeepSeek Harness

dsh-tool-policy is a community plugin for DeepSeek Harness (DSH) that enforces declarative policy controls on built-in, third-party, and MCP tools before tool execution. It adopts a deny-by-default model and supports matching by tool name and argument patterns, applying allow, ask, or deny actions to individual calls. The plugin runs on Node.js, describes argument conditions using JSON Pointer, and provides decision trace logs that contain no sensitive data for troubleshooting. After installation, rules can be defined via YAML configuration—for example, allowing read-only operations, requiring approval for shell or external MCP tools, or outright blocking delete operations. Note that the plugin serves only as a policy routing layer and does not provide sandbox isolation, argument rewriting, or destructive behavior detection.

Read More
dsh-ops-console: Check for Updates, Apply Updates, and Restart in the DSH WebUI

`dsh-ops-console` is a DSH WebUI plugin maintained by DonnieTangzhili, designed to integrate operations such as checking for updates, executing updates, and restarting services into the WebUI's "Settings" page, sparing developers from frequently switching to the terminal. The plugin supports one-click checking of core package and plugin versions, generating and executing update plans (with automatic restart), precisely restarting services using the original commands, and stopping processes. It is licensed under the MIT License, has no external dependencies, requires no build step, and is compatible with DSH rc.6 through rc.8. Installation requires ensuring that `dsh` and `pnpm` are in the PATH, then running the command `dsh plugin --profile web add github:DonnieTangzhili/dsh-ops-c

Read More
dsh-xiapan-media: Adding Vision, Image Generation, and Video Generation to DeepSeek Harness

`dsh-xiapan-media` is a client plugin for DeepSeek Harness (DSH), designed to integrate visual understanding, image generation, and video generation capabilities into existing text conversations by connecting to the Xiapan cloud service. Maintained by `dongsheng123132` under the MIT license, the plugin requires Node.js >=22.19.0. Its core features include: leveraging the `xiapan-vision` route for image understanding and OCR, supporting direct image paste with backend translation into text; performing image generation and modification via the `gpt-image-2` model; and calling the Seedance service to generate 5-15 second videos. The plugin supports standalone installation via `cordis.patch.yml` or

Read More
dsh-switch: A Model Control Plane Plugin for DeepSeek Harness

dsh-switch is an evidence-first model control plane plugin for DeepSeek Harness (DSH). It provides two independent functions: first, within DSH, it checks registered Provider routes and the default model via `dsh_switch_status`, and verifies and saves the default model settings for new sessions via `dsh_switch_default`, affecting only new sessions and never intercepting or rerouting active session requests; second, it offers a standalone CLI tool for read-only probing of OpenAI-compatible `/models` endpoints, reporting reachability, HTTP status, latency, model counts, and credential configuration status, without consuming inference tokens or verifying end-to-end generation capability. The plugin emphasizes security boundaries and rejects embedding...

Read More
dsh-release-proof: Generating Reproducible Multi-Source Release Evidence for DeepSeek Harness

`dsh-release-proof` is an official Codex plugin and standalone stdio MCP server for DeepSeek Harness, designed to provide reproducible multi-source release evidence. It downloads all images from an explicit release manifest, verifies HTTP status, length, SHA-256, and version, and generates content-addressed JSON evidence files. The tool supports DSH tool invocation, MCP interfaces, and CLI commands, requires Node.js 22 or higher, and is licensed under MIT. Its security boundaries are strict, allowing only anonymous HTTP(S), prohibiting credentials or custom headers, limiting concurrency and response size, and evidence files contain no timestamps to ensure byte-level consistency. Notably, it only validates the expected values declared in the manifest and does not verify the publisher.

Read More
dsh-recovery-proof: A Read-Only Recovery Drill Evidence Verification Plugin for DeepSeek Harness

dsh-recovery-proof is a read-only recovery drill evidence verification plugin within the DSH system, designed to inspect verifiable evidence left after external recovery drills rather than executing recovery actions. The plugin (v0.2.0, MIT license, requires Node.js >=22) features core functionalities including: verifying that objects referenced by the manifest are ordinary workspace files with SHA-256 hashes consistent with the revision; validating the sequence and semantic constraints of stages such as recovery, failed rollback, and stale plan rejection; and checking whether the RTO meets scenario thresholds. The plugin generates content-addressed JSON reports that explicitly disclose missing, expired evidence, and failed rules. It provides two bundle tools, `inspect` and `verify`, along with corresponding CLI commands, with input limited to explicit J

Read More
dsh-policy-drift-proof: Policy Drift Evidence for DeepSeek Harness

`dsh-policy-drift-proof` is a DeepSeek Harness plugin maintained by dongsheng123132, designed to generate read-only, content-addressed evidence of policy or configuration drift. The tool pins baselines and observed snapshots through SHA-256 hashing and revision pinning, supporting the `ordered-not-weaker`, `set-no-additions`, and `exact` rules. Uncovered changes are flagged as `UNCLASSIFIED_DRIFT` and result in failure, ensuring the auditability of evidence. Core functionality includes outputting JSON objects via the CLI's `inspect` and `verify` commands, where the `verify` command operates within a specified directory.

Read More
DSH Narrative Ledger: A Read-Only Story State Evidence Layer for DeepSeek Harness

DSH-Narrative-Ledger is a read-only, verifiable story-state ledger plugin for DeepSeek Harness, positioned as a machine-checkable continuity evidence layer rather than a fiction generator. It provides content-addressed canon references, immutable event sequences, monotonic story time verification, factual assertion and retraction detection, single-value conflict disclosure, and character knowledge boundary control. The plugin supports spoiler-safe projection and deterministic JSON report generation, enabling filesystem verification and atomic publishing via DSH/CLI to ensure byte-level verifiability of canon sources. It refuses to process manuscript bodies and sensitive fields, strictly restricts paths within workspaceRoot, prohibits symbolic links, and does not run shells or initiate network requests. The MCP interface supports only structural validation, not canon byte verification. It is suitable for scenarios requiring checks of narrative continuity.

Read More
dsh-cost: Evidence-First Token Cost Ledger for DeepSeek Harness

dsh-cost is a plugin for DeepSeek Harness (DSH), designed to address the ambiguity of cost accounting caused by the mixing of information from different sources, by establishing an evidence-first token cost ledger based on persisted `assistant/message.usage` events. This plugin separates routing splits, evidence completeness, budget status, and current context pressure snapshots for clear presentation, and provides explicit fail-open/fail-closed budget checking mechanisms. Its core features include offline CLI cost calculation, a built-in stdio MCP server (exposing `cost_report` and `cost_check` interfaces), and a user-maintained price book support, with prices calculated per million tokens and differentiated between input and output.

Read More
dsh-benchmark: Generating Reproducible Benchmark Evidence for DSH Tools and Plugins

The dsh-benchmark is a benchmarking plugin for tools and plugins targeting the DeepSeek Harness (DSH), designed to provide reproducible and deterministic benchmark evidence. Centered around fixed use cases, it leverages three core commands—`inspect`, `run`, and `compare`—to enable protocol metadata inspection, fixed use case execution, and baseline regression comparison, while generating content-addressed reports. After installation, it registers corresponding tools within DSH and supports interaction via both the CLI and a standalone stdio MCP server interface. The workflow is as follows: first, inspect the manifest and target fingerprint; then, run fixed use cases to produce artifacts; finally, compare the current report against the baseline to evaluate performance or behavioral stability. Exit codes carry clear meanings, respectively indicating pass, scoring failure, or operational errors. This plugin is applicable

Read More
DSH Plugin plugin-switch: Enable or Disable Plugins Directly in the Plugin Manifest

plugin-switch is a local web plugin for DeepSeek Harness (DSH), designed to simplify plugin management. It allows users to enable or disable plugins in real time via a page slider without restarting the service, and the status is maintained after restart. Core features include real-time effect, group filtering, batch operations in a single transaction, automatic backup with one-click undo, strong confirmation for risky actions, and multi-tab synchronization. Installation requires Node ≥ 22 and a DSH web profile environment. It is recommended to use the `dsh plugin` command to install from GitHub, or alternatively via PowerShell scripts or Git clone, but care should be taken to avoid duplicate installations. Typical use cases include temporary enable/disable, batch adjustments, and reverting accidental operations. If the toggle page disappears, you can modify the local configuration file or use CLI tools.

Read More
DSH-DeepSeek-Quota: View Your Remaining DeepSeek API Quota in the DSH Web Sidebar and Navigate to the Top-Up Page

`cn-scuo-oo/dsh-deepseek-quota` is an open-source DSH (DeepSeek Harness) community plugin released under the MIT license, designed to address the pain point of frequently switching platforms to query API quotas during development and debugging. The plugin integrates a balance card into the DSH web sidebar, displaying in real time the total balance of the DeepSeek API, its composition from top-ups and gifts, and the update timestamp, with support for automatic or manual refresh every 60 seconds and a red warning indicator for low balances. The plugin features a built-in top-up entry that generates a QR code for the official DeepSeek recharge page for users to scan and pay, while explicitly refraining from collecting funds or bypassing the official billing system to ensure compliance. In terms of security, the API key is used solely within the host process and does not fall into the browser or front-end code, safeguarding key confidentiality. Installation requires

Read More
Prompt for Me: Next Message Suggestion Plugin for DeepSeek Harness

Prompt for Me is a community plugin for DeepSeek Harness (DSH) designed to address the issue of users having to reorganize their next input after an Agent's reply. It automatically generates a "Ghost Text" suggestion for the next message based on the current conversation state after an Agent turn ends. The plugin strictly adheres to DSH architecture: it does not automatically send messages, invoke tools, or bypass the human approval process, ensuring users retain ultimate decision-making authority. Core features include: triggering auto-suggestions only when the session is idle, the input box is empty, and no images are present; supporting acceptance of suggestions via Tab or arrow keys, or using shortcut keys to manually generate and write suggestions directly into the draft; and recording skipped suggestions to prevent repetition. Installation supports release tarballs or G

Read More
OffPeak: Send Interception and Scheduled Execution During Low-Price Periods Under DeepSeek Peak-Valley Pricing

OffPeak is a plugin for DSH, specifically designed to optimize costs for DeepSeek V4 Flash/Pro users. When a user attempts to send a command during peak hours (09:00–12:00 or 14:00–18:00 Beijing Time), the plugin intercepts the send action, displays a price comparison between peak and off-peak periods, and allows the user to choose between sending immediately, scheduling execution, or dismissing the reminder for the day. If scheduling is selected, the user can use a time wheel to choose an off-peak period (00:00–08:59 or 18:00–23:59), and the plugin will automatically submit the command to the original session from the local server at the specified time, without requiring the browser to remain open. This plugin only takes effect with Web configuration, uses hardcoded price judgments, has no network calls or telemetry, features simple installation, and aims to help users control API costs while retaining the flexibility to send.

Read More
DSH-File: Current Conversation Workspace File Manager for DeepSeek Harness

`dsh-file` is a VS Code-style file management plugin for DeepSeek Harness, with the package name `@rose43/dsh-file`, licensed under the MIT protocol. It allows users to directly browse, edit, and save files in the current workspace during web or desktop sessions, without needing to switch to a local editor. Core features include: a sidebar dynamically displaying the file tree of the current session; Monaco Editor for middle-column file editing with syntax highlighting, falling back to plain text when the CDN is unavailable; real-time Markdown preview with source code toggling; support for multiple preset themes and custom configuration, with JSON theme export/import. The plugin supports creating, renaming, and deleting files and directories, and features strict workspace boundary protection and symbolic link escape detection. During installation, it must be done via

Read More
DSH Legal Dashboard: A Legal Matters Workbench and Documentation Tool for DeepSeek Harness

DSH Legal Dashboard is a community plugin for DeepSeek Harness, positioned as a matter-aware legal workspace dashboard and document agent tool for the Harness Web UI. It provides a right-side matter workbench, file tree, search preview, document operations, OCR workflow, native task management, and a bilingual interface. Core capabilities include: displaying matter overviews, files, tasks, and settings in independent panels; recursive file indexing and categorization; previewing PDFs, images, and DOCX; automatically generating legal matter checklists; creating, extracting, and revising documents (defaulting to saving new versions to avoid overwrites); OCR workflow based on OpenAI-compatible vision models (requiring explicit approval); creating long-term tasks via `/goal`; and a UI that switches with the system language. The plugin adopts

Read More
dsh-testgen: A Plugin for Generating, Running, and Fixing Unit Tests for DeepSeek Harness

DSH-TestGen is a community plugin for DeepSeek Harness (DSH), open-sourced by bujue600-arch under the MIT License. This plugin aims to address the lack of a testing feedback loop after code generation, providing automated unit test generation, execution, and repair capabilities. Core features include a human-oriented `/testgen` slash command and a `generate_tests` tool for agent invocation. It supports two generation paths: LLM-based generation and template-based generation, with automatic detection of Vitest, Jest, Mocha, or fallback to the Node test runner. The workflow follows a "generate → run → parse failures → repair" loop, with repair rounds limited by `maxIterations` to ensure bounded iterations until tests pass. The plugin employs a T

Read More
dsh-sci: A Zero-Dependency Plugin Adding Physical Units, Constants, and ODE Simulation to DSH

Blaczz/dsh-sci is an independent community plugin designed for lightweight scientific computing needs on the DSH platform, licensed under the MIT License. This plugin addresses issues such as physical unit conversion for model calls, CODATA physical constant queries, and ODE/dynamical system simulations by registering external tools, without modifying the DSH core or introducing runtime dependencies. Its core features include support for unit conversion across more than 70 units, queries for CODATA physical constants such as the speed of light and Planck's constant, and ODE simulations of 9 preconfigured models using the fourth-order Runge-Kutta method. Installation requires a functional DSH environment, Node ≥ 22.19, and pnpm, and can be added via GitHub commands, taking effect after a restart. Its implementation is characterized by zero dependencies, pure function implementation, no network access, and no inclusion of customer data.

Read More
dsh-achievements: Adding Cross-Session Achievements, Badges, and Agent Wrapped to DSH

dsh-achievements is an achievements and gamification plugin for DeepSeek Harness (DSH), designed to organize usage traces scattered across different sessions (such as turns, tool calls, and daily activities) into queryable and shareable achievement states. Built on DSH's philosophy of "everything is a plugin," this plugin leverages the official read-only `session/event` events for functionality without requiring modifications to the DSH core code. Core features include 68 achievements covering lifelong growth lines, session behavior badges, and trajectory achievements; support for real-time unlock push notifications via SSE; a profile card, rarity statistics, and badge wall display on the settings page; generation of privacy-safe share cards and Agent Wrapped; and an open SDK allowing third-party plugins to register custom achievements. Data is persisted.

Read More
DSH Unread Dot: Display DSH Unread Badge and Bubble Notification Sound on macOS Dock

`dsh-unread-dot` is a DeepSeek Harness (DSH) plugin designed specifically for macOS Chrome, aimed at addressing the issue of background session status reminders being too subtle. Built on the Chrome Badging API, this plugin requires no system notifications or additional permissions and takes effect after DSH Web is installed as a PWA. Its core features include: a red dot on the Dock icon to indicate a session is running, a numeric badge to show unread results or pending items, and an embedded bubble notification sound when events occur; the badge clears automatically once the user returns to the app. The plugin uses a cross-window lock to ensure the notification sound plays only once across multiple windows, and it alerts only for events that occur while the user is away. To use it, you must first install DSH Web as a PWA in Chrome.

Read More
dsh-motion: Adding Restrained Interface Motion Effects to DeepSeek Harness

dsh-motion is a lightweight browser extension for DeepSeek Harness, maintained by bilbillm and licensed under the MIT License. It aims to resolve conflicts between transition animations implemented independently by themes or applications and the host environment's animations, theme variables, and accessibility settings. It provides short, restrained entry, exit, and state-switching effects for components with stable semantic markers, such as menus, dialogs, and tab panels. The extension follows a conservative approach, prioritizing the preservation of host or theme behaviors, and only animates opacity, displacement, scaling, and color properties for transient interface states. It supports paired exit effects, directional page-turn hints, and pausing of glass panel background sampling. The extension listens in real time for prefers-reduced-motion, automatically disabling displacement and fade-in effects when reduced motion is enabled, and features no settings page or persistent animation loops. Installation requires No.

Read More
dsh-classic-coding: Opening the Monaco Editor and File Tree in the DSH Web UI

`dsh-classic-coding` is a DSH client plugin maintained by `better-er`, designed to solve the problem of frequently switching to external editors during conversational development. It provides a side overlay panel in the DSH Web UI, integrating a file tree and Monaco editor, allowing users to view, edit, and save workspace files directly without leaving the current session. Core features include: the "Classic Coding" button at the bottom of the sidebar triggers the panel; the left file tree supports lazy loading and filtering of unrelated directories; the Monaco editor supports multiple tabs, syntax highlighting, and `Ctrl+S` to save; the bottom status bar displays the path and save feedback. The panel supports closing via `Esc` or clicking the mask, and automatically adapts to light and dark themes. Additionally, file entries in the message stream can be opened directly within this panel. Installation is done via `

Read More
dsh-conv-export: Export DeepSeek Harness Conversations to Markdown, PDF, or Long Images

dsh-conv-export is a DSH client plugin maintained by beijingwahw under the MIT license, designed to solve the problem of long conversation content being inconvenient to save and share. The plugin supports exporting the current DeepSeek Harness conversation to Markdown, PDF (downloaded directly without a print dialog), or long-image PNG formats, and can batch export multiple historical sessions as a Markdown ZIP package. Users can export by clicking the download icon at the top of the conversation header, with support for filtering by round to export only specific content. The plugin features automatic switching between Chinese and English menus, can be safely uninstalled, and claims to have no storage domains, no outbound network requests, and a stateless design. Installation requires Node.js ≥ 22 and the pnpm environment, via `dsh plugin add`.

Read More
DSH-Galgame-Generator: Turning Script Documents and Assets into Playable Galgame Web Pages

`dsh-galgame-generator` is a web-side plugin for DSH, designed to automatically convert Markdown script documents and assets such as character sprites, backgrounds, and music into a self-contained visual novel (Galgame) webpage that can be directly opened in a browser. This plugin is licensed under the MIT License, requires a Node.js environment of version >= 18.18, and achieves automated generation through two model tools, `galgame_scan` and `galgame_build`, without the need for manual front-end coding. Core features include parsing character dialogue, narration, option branches, variable conditions, and jump logic; supporting sprite show/hide, expression switching, and a 0.35-second fade-in/fade-out effect; supporting background music control (play, stop, volume adjustment) as well as opening/closing animations and CG illustrations (supporting

Read More
DSH Custom Brand: A Custom Plugin for the Brand Area in the Top-Left Corner of DSH Web

dsh-custom-brand is an open-source DSH plugin that allows users to customize the brand area in the top-left corner locally through the web interface, without modifying frontend files. The plugin supports three core features: first, replacing the whale logo and DeepSeek text with local images, with automatic scaling to 256px and preservation of the transparency channel, and right-clicking to reset to the default style; second, editing the HARNESS badge text, and synchronously updating the browser tab title. All modifications are saved in the browser's localStorage and are not lost after restart. Users can install it by searching for it in the plugin marketplace within DSH settings, or obtain it directly from the GitHub repository (baisama-cloud/dsh-custom-brand). The Node.js version must be no lower than 20 for use. The plugin

Read More
dsh-sleep-send: Adding Scheduled Sending to DSH Web Input Fields

`dsh-sleep-send` is a Cordis client plugin for DSH Web, designed to address the need for "compose messages in advance and send them later." It adds a scheduled-send button and configuration panel on the right side of the input box, allowing messages to be queued for intelligent time slots (e.g., 12:00-14:00, 18:00-08:00 the next day) or custom-specified dates and times, with automatic sending at the scheduled moment. The plugin is a pure ESM zero-dependency package that runs in browser environments, prioritizing the cordis timer service and falling back to browser timers when unavailable. Core features include multi-task queue management, real-time countdown display, and localStorage-based persistent storage, which automatically restores unexpired tasks after page refresh, resends tasks expiring within 15 minutes, and discards those expiring earlier. The plugin also incorporates an anti-accidental-overwrite mechanism.

Read More
DSH DeepSeek Vision: Adding Image Understanding, OCR, and Visual Evidence to the Text DSH Model

DSH DeepSeek Vision is an MIT-licensed plugin maintained by Argonaut790, designed to add vision capabilities to the text-only DeepSeek Harness model. It introduces an independent vision routing system, providing image understanding, full-screen OCR, and persistent visual evidence features, enabling text-based models to invoke image analysis capabilities and retain results within conversations for traceable evidence. Core features include support for multiple image selection strategies, a session-scoped vision analyzer, structured summary output, and a global Vision provider selector. Installation requires specific Node.js and Harness version requirements, is not published to npm, and must be built locally and added to a Web profile, with configuration needing to avoid conflicts with built-in vision tools. This plugin is suitable for scenarios where images need to be stably integrated into

Read More
dsh-arena: A Local Experiment and Evaluation Workbench Plugin for DeepSeek Harness

dsh-arena is a local experimentation and evaluation workbench plugin for DeepSeek Harness (DSH), designed to address the issues of stability comparison among multiple candidate profiles under the same task, as well as the trade-offs among quality, duration, and cost. The tool is licensed under MIT, version 0.2.0, and supports local installation rather than npm publication. Its core features include executing deterministic hard threshold judgments (failing if not met), summarizing winners via Pareto ranking, and providing a real-time web matrix interface to view running status and metrics. The tool incorporates local atomic persistence, concurrency control, and timeout abort functionality, and automatically sanitizes credentials before exporting reports. All operations are performed locally and offline, with no remote uploads. Installation requires building and testing first, then adding via the `pnpm dsh plugin` command, requiring Node

Read More
DSH Usage Panel: DeepSeek Harness Consumption Statistics Plugin

dsh-usage-panel is an MIT-licensed plugin designed specifically for the DeepSeek Harness (DSH) web profile, aimed at addressing the challenge of scattered and difficult-to-monitor token usage in multi-model, multi-provider environments. The plugin provides a visual "Usage Statistics" panel on the settings page, with core features including displaying cumulative total usage, cache hit rate, the proportion of the most frequently used models, and an activity heatmap for the past six months. It supports toggling daily token trends at the model level across time periods (7/14/30 days) and lists the Top 10 high-consumption sessions to distinguish between primary sessions and sub-agents. Additionally, the plugin displays token distribution across providers and models, and supports exporting complete JSON data as well as data compliant with the RFC 4180 standard.

Read More
dsh-cyberpunk-theme: A Cyberpunk 2077 Theme Plugin for DSH

dsh-cyberpunk-theme is a DSH interface theme plugin maintained by ai7603, licensed under MIT. Without modifying the DSH source code, this plugin transforms the interface into a Night City or Arasaka style inspired by Cyberpunk 2077, offering deep customization of visual effects such as neon color schemes, CRT ambiance, glitch flicker, and real-time status bars. The plugin supports multiple configuration options, including four accent colors—yellow, cyan, magenta, and gold—as well as three performance tiers: ECO, Balanced, and Full, with ECO being the default tier and certain effects disabled. Users can achieve persistent deployment through bundle installation, ensuring settings are retained after refresh; alternatively, they can quickly experience it via the dynamic Cordis plugin or Agent method, though dynamic deployment is lost after refresh. After installation, the Web Prof needs to be restarted.

Read More
dsh-client-ui-aqua-unofficial: Unofficial Aqua Glassmorphism Theme for DSH Web UI

`dsh-client-ui-aqua-unofficial` is an unofficial DSH Web UI Aqua glassmorphism theme plugin, maintained by afrel1024, based on the upstream project with added compatibility for DSH rc.7. This plugin aims to allow developers to safely adjust the interface appearance without modifying the DSH source code or affecting the layout of other plugins. Core features include Mica mode (floating glass cards with adjustable blur), compatibility mode (preserving the original layout while applying glass material), fluid plates or custom wallpaper backgrounds, brightness adjustment following light/dark mode, toggleable particle whale/fish effects, sidebar badges, and page edge gradient effects. All features can be controlled via settings switches, and disabling the plugin fully restores the original UI, enabling a safe, reversible skinning experience. For installation, it is recommended to execute `d`

Read More
dsh-mcmp: DeepSeek Harness Mathematical Modeling Competition Paper Pipeline Plugin

dsh-mcmp is a persistent Cordis plugin based on DeepSeek Harness, designed to provide a fully automated pipeline for writing mathematical modeling competition papers. The plugin decomposes the paper generation process into five stages—initialization, EDA, modeling, writing, and typesetting—comprising a total of twenty-two sub-stages, ensuring that each step yields verifiable artifacts. Its core mechanisms include dual questioning from the central console, P0-P3 rating handling, exponential backoff retry, and forced fallback mechanisms. Regardless of whether the pipeline completes normally, encounters errors, or is aborted, a Final_Paper.md file is ultimately generated, along with stage artifacts, rollback records (ROLLBACK_LESSONS.yaml), file indexes (FILE_INDEX.yaml), and runtime logs. The plugin supports resuming from breakpoints, real-time progress monitoring, and manual intervention, via pnpm.

Read More
dsh-model-search: Adding Searchable Filtering to the DeepSeek Harness Model Selector

`dsh-model-search` is a DeepSeek Harness plugin maintained by a1073097082, designed to solve the cumbersome problem of finding models in the model selector. This plugin adds a searchable filtering feature to the model selector, allowing users to quickly locate candidate models by vendor name, model name, or model ID. Its core features include support for case-insensitive keyword search, as well as allowing spaces to act as wildcards (for example, entering "GPT 6" can match both "GPT-5.6" and "GPT-6"). The plugin adopts a client-only overlay mechanism, does not alter model routing or credentials, and follows the MIT license. Users can install it by executing `dsh plugin --profile web add git`

Read More
Restart DSH Service with One Click in Settings → General

`dsh-setting-restart` is a plugin designed for DeepSeek Harness (DSH) web profile users, aiming to address the inconvenience of having to switch to a terminal to restart services from the browser side. It provides a "One-Click Restart" entry at the bottom of the `Settings → General` page, enabling detached restart of the service process and automatic reconnection of the browser tab. This plugin requires `dsh ≥ 0.1.0-rc.6` and Node.js `≥ 20`. During installation, the plugin needs to be added and `cordis.patch.yml` configured, supporting both Simplified Chinese and English bilingual interfaces. Core configuration items include `exitDelayMs`, `waitForExitMs`, and `respawn`

Read More
DSH-Engineering-Workflow: Adding a Five-Phase Engineering Workflow to DSH

`dsh-engineering-workflow` is a DSH community plugin designed to provide a controlled workflow for agent development and multi-step engineering tasks. By adding an "Engineering Workflow" preset, this plugin decomposes tasks into five gate-based stages: requirement clarification, plan approval, TDD implementation, parallel sub-agent execution, and validation wrap-up. Each stage corresponds to specific workflow skills, coordinated by the main skill `engineering-workflow`, preventing tasks from arbitrarily jumping between stages. During installation, Node.js version requirements must be met, and the plugin is added via the `dsh plugin` command, followed by restarting DSH or manually running a synchronization script to load the preset. Once enabled, new sessions can select this preset to load the full process discipline. This plugin

Read More
DSH Custom Provider Reasoning: Completing Reasoning Levels for DSH Custom Providers

dsh-custom-provider-reasoning is a DSH host plugin designed to solve the problem where custom provider models cannot select thinking intensity in the interface due to missing reasoning metadata. This plugin automatically injects `reasoningEfforts` (with default levels ranging from off to max), fills in missing `maxTokens` and `contextWindow`, and intelligently manages route-level `compat` configurations under different protocols, ensuring that reasoning level selections are actually sent to the online service. During installation, you need to add the GitHub dependency in the web profile and run `pnpm install`, and the plugin will automatically write the configuration into `settings.yaml`. Users can use `cordis

Read More
dsh-inline-images: Rendering Local Images in DSH Conversation Body

dsh-inline-images is a community plugin for DSH designed to solve the inconvenience that local image paths in LLM replies are only displayed as text and cannot be easily viewed. This plugin scans the assistant's reply text and rewrites existing local image paths into same-origin loopback URLs, allowing them to be rendered directly within the message body. It supports 9 common formats including PNG, JPG, WebP, and GIF, and provides a click-to-zoom lightbox feature. Users can adjust the maximum image width/height (default 640x420px) through the settings interface. If a path does not exist or is a placeholder, the plugin silently skips it, maintaining plain text display to ensure compatibility. Installation requires executing a build under the Web profile and adding the plugin, applicable to DSH and agent developers. Note that this plugin runs with the current DSH process permissions, so users should review the source code and M

Read More
dsh-plugin-text-translation: DSH Text and Document Translation Plugin

`dsh-plugin-text-translation` is a text translation plugin for the DeepSeek Harness (DSH), designed to address the issue that direct translation in game scripts and long document localization can easily damage format structures (such as color codes, variable placeholders, and subtitle timelines). This plugin does not replace the translation model but provides an "extract-assemble" capability: it inspects files via `inspect_text_file`, extracts text via `extract_text` while automatically masking and protecting tags and placeholders from RPG Maker, Unity, Ren'Py, and others, and finally restores the translation results losslessly into the original format via `assemble_text`. It supports Mtool JSON, Ren'Py, SRT/ASS/VTT subtitles, Gett

Read More
dsh-context-provenance: A Read-Only Ledger for DSH Request Evidence

dsh-context-provenance is a community-maintained, MIT-licensed DSH plugin designed for safely debugging agent behavior. It compares evidence changes between two adjacent requests (such as provider, model, system, etc.) to avoid directly exposing sensitive content like prompts and messages. The plugin adopts an observe-only mechanism, relying solely on public runtime interfaces, and marks field states as Observed, Estimated, or Unavailable. It strictly limits local memory retention to observations from only the most recent two ordinary agent-loop requests, performs no file, network, subprocess, or GPU operations, and does not modify requests. When the official Cordis inspect service is present, the plugin

Read More
dsh-kit: Adding Dock Panels and Free Web Search to DSH Session Workspaces

dsh-kit is an MIT-licensed plugin for DeepSeek Harness (dsh), maintained by zhouzhencheng07, requiring Node.js ≥ 22. This plugin provides a toggleable dock panel for dsh web, integrating terminal, file tree, source code management, background tasks, skill management, and mobile access features, while incorporating the free multi-source web search capability from dsh-free-search v0.2.0. Users can quickly open each panel via keyboard shortcuts: the terminal supports multi-tab background execution; the file tree supports file editing and diff, with recycle bin protection for deletions on Windows; source code management handles git operations; background tasks monitor session running status; skill management covers skill configurations at various levels. Mobile access generates links and QR codes via tokens, supporting

Read More
@zhangfengshun/dsh-remote-ssh: Integrate Remote SSH Files and Terminals into DSH

The DSH plugin `@zhangfengshun/dsh-remote-ssh` provides functionality similar to VSCode Remote-SSH, allowing users to directly operate remote supercomputers or servers within the DSH built-in interface without needing to synchronize files to the local machine first. The plugin supports SSH connections (including key/password authentication and ProxyJump) and enables direct reading and writing of remote files in the "Files" tab, while automatically entering a remote interactive terminal in the "Terminal" tab (key authentication only). It also supports creating remote native workspaces and provides 12 session-aware `remote_ssh_*` model tools to simplify parameter configuration. Installation requires Node engine >=20, with installation performed via the `dsh plugin add` command followed by restarting DSH, and it must run under bun.

Read More
DSH File Explorer: A File Browser Plugin for the DSH Web UI

dsh-file-explorer is an MIT-licensed plugin for the DSH Web UI, designed to address the pain point of switching to a terminal or editor when viewing source code, configurations, and build artifacts in the chat interface, enabling lightweight file operations within the session context. The plugin supports lazy-loaded directory trees, inline editing of text files (with version detection), and an IDE-style right-click context menu covering functions such as create, rename, copy-paste, move, and delete, as well as drag-and-drop movement, real-time refresh, and cross-platform trash bin support. Its panel can be docked or floated and automatically follows the current workspace. Installation requires executing the specified command with pnpm, with DSH version requirements ranging from 0.1.0-rc.7 to 0.1.1-rc.2, and access is available via the title bar entry after restart. In terms of security, write operations are strictly limited to the root directory of the current workspace, with read-only browsing for other areas.

Read More
dsh-plugin-opencode-bridge: Integrating OpenCode Skills and Configuration into DeepSeek Harness

`dsh-plugin-opencode-bridge` is a DeepSeek Harness (DSH) plugin developed by YYTbit under the MIT license, designed to achieve "zero-migration" bridging between OpenCode and the DSH environment. This plugin primarily addresses the need to integrate existing OpenCode toolchain capabilities into DSH, with core functionalities including automatically loading OpenCode skills (from the path `~/.config/opencode/skills/<name>/SKILL.md`) and injecting configuration context (from the path `~/.config/opencode/opencode.jsonc`). Users can use the `dsh plugin --prof` command to further manage this plugin.

Read More
dsh-multi-selection-comments: DSH Multi-Selection Incremental Comment Plugin

`dsh-multi-selection-comments` is a DSH client plugin (v0.4.3, MIT licensed) developed by yuanc1204, designed to optimize the user experience of annotating multiple text segments in assistant replies or tool outputs. The plugin addresses the issue where traditional methods stack multiple quoted passages, causing the main input box to become excessively long, and offers a Codex-inspired interaction design. Its core functionality enables users to continuously select multiple text segments and independently specify follow-up requirements for each, with only compact status pills displayed above the main input box to maintain a clean interface. Users can manage selected content via a popup, quickly add entries with `Enter`, insert line breaks with `Ctrl+Enter`, and the requirement field is optional. The plugin only injects the annotations as structured context into the message upon sending, and displays them as pills in the chat history to avoid exposing underlying details.

Read More
DeepSeek Harness Plugin dsh-file-panel: Right-Side Session File Panel

`dsh-file-panel` is a right-side file panel plugin for DeepSeek Harness (DSH), maintained by `yu2025-luo` and licensed under the MIT License. This plugin addresses the cumbersome issue of manually locating file paths generated by agents in the `dsh` web GUI. It automatically tracks files created or downloaded during a session, displays them centrally in the right-side panel, and supports inline image previews, text content viewing, and metadata display, as well as features such as locating files in the file manager, opening them with default applications, and copying absolute paths. Installation requires adding the plugin via a command and restarting the `dsh web` server. Its security boundaries are strict: the RPC channel is restricted to local loopback address calls, file reading is limited to observed paths only, and the panel state is cleared upon process restart without scanning historical files. This

Read More
dsh-dynamic-island: Dynamic Island Status Plugin for DeepSeek Harness Web GUI

`dsh-dynamic-island` is a Liquid Glass-style floating plugin for DeepSeek Harness Web GUI, designed to solve the problem of developers frequently switching between event streams, logs, and approval entry points. Maintained by YLifeOnlyOnce and released under the MIT license, the plugin is currently in the high-fidelity design prototype stage. Its core functionality maps Harness states into eight visual states, such as idle, thinking, and approval, enabling direct handling of approval requests within the floating component, viewing detailed tool execution information (e.g., duration, exit codes), monitoring task progress, and managing exception alerts. The plugin supports draggable positioning with position memory, a shortcut command palette, and an automatic demo mode, while also addressing accessibility requirements. After installation, it can be accessed via the `

Read More
DSH-DeepSeek-Quota: Display DeepSeek Quota and Usage in DSH Web Interface

`dsh-deepseek-quota` is an MIT-licensed plugin for the DeepSeek Harness (DSH) web interface, designed to address the inconvenience of quota viewing. It utilizes the `shell.overlay` slot to display a floating card in the bottom-right corner of the page, showing in real time the total balance, availability status, current conversation cost, today's consumption, and gifted/recharged balance. The plugin supports both automatic and manual refresh: the balance updates every 60 seconds, while the current conversation cost updates every 5 seconds. It calculates costs based on DeepSeek's official price list and the peak-valley pricing rules effective from August 17, 2026, and alerts users to peak hours (Beijing time 09:00–12:00 and 14:00–18:00). For today's consumption, if the `DEEPSEEK_PLATFORM` is configured.

Read More
dsh-llm-proxy: Routing dsh's LLM Requests Through a Configurable HTTP Proxy

dsh-llm-proxy is a global HTTP proxy plugin for DeepSeek Harness (dsh), designed to route LLM requests issued by dsh to a specified proxy. It leverages undici's setGlobalDispatcher and EnvHttpProxyAgent to take over request routing, supporting immediate effect upon configuration changes (hot switching) without requiring a process restart. The plugin is also recoverable, automatically restoring the baseline dispatcher when disabled to avoid residue. Users can configure the enable status, proxy address, and exclusion list via the dsh settings page or by editing the settings.yaml file. Additionally, the plugin provides a local interface accessible only via loopback, used to view the current proxy status and test connectivity from the proxy to the target endpoint. When installing, the specified [installation instructions] must be followed.

Read More
@xsj/dsh-rewind: DSH Session Rewind to Arbitrary User Messages

@xsj/dsh-rewind is a DSH session rewind plugin maintained by XSJUSTC, released under the MIT license with no npm dependencies. This plugin allows users to reorganize input from any user message, truncating that message and its subsequent content from both the chat view and the model context, while preserving the append-only nature of the original session log. Its core features include: providing a rewind entry point in the user message action row, enabling immediate interruption of the model's ongoing thinking or output; automatically filling the truncated message text into the input box for editing, with a "cancel rewind" option available during this period to restore the original state; after sending, the rewind takes effect and the truncated content no longer enters the model context. The plugin ensures consistent hidden state across restarts on both the UI and model sides by recording hook/invoked events and replaying them after process restarts. Installation requires Nod

Read More
dsh-session-timeline: Adding a Navigable Timeline to the Left of DSH Web Sessions

dsh-session-timeline is a DSH web session timeline plugin developed by XiLuovo, designed to address the pain points of quickly locating, jumping to, and previewing user input positions in long conversations. The plugin renders a horizontal short-line timeline on the left side of the conversation area, where each line corresponds to a user message, supporting internal scrolling without scrollbars. Core features include: full statistics and persistent caching based on sessionProjections; Scroll-spy for the active line to follow the current viewport; wave focus effects on mouse movement; hover-displayed rounded preview tooltips containing user questions and AI replies; clicking any line to jump to the corresponding conversation, with automatic history loading if the target is outside the window; and a top capsule handle for collapsing and expanding the timeline. The plugin is licensed under MIT and implemented in pure JS.

Read More
DSH-Weixin: A DSH Plugin for WeChat QR Code Login and File Transfer

dsh-weixin is a minimalist DeepSeek Harness (DSH) plugin maintained by xiaoshihou514, licensed under the MIT License, and specifically designed for DSH's web profile. Its core capabilities include WeChat QR code login, file sending and receiving, and remote control of DeepSeek Harness via WeChat, aiming to provide developers with a convenient WeChat integration solution. The installation process first requires globally installing the DSH CLI, then using a specific command to add the plugin to the web profile and pull the source code from the GitHub main branch. Typical usage scenarios include scanning a QR code for authentication during the plugin's login process and performing file transfers while logged in. It is suitable for operations that require using WeChat as an access point in a web environment.

Read More
dsh-token-usage: Adding an LLM API Call Usage Statistics Panel to DSH

@wycto/dsh-token-usage is a DeepSeek Harness (DSH) plugin designed to address the challenge of quickly verifying sessions, statuses, token usage, and costs after model calls. By reading DSH session logs rather than intercepting requests, this plugin consolidates scattered API call information into a full-screen statistics panel. Core features include: multi-condition filtering by time, session ID, model, provider, and status code; a detailed table with 15 columns, supporting click-to-sort by column headers and quick filtering by session ID; grouped statistics by provider, model, status, and effort dimensions; and CSV export for secondary analysis. Cost display supports dual-currency estimation in USD and RMB, with a default exchange rate of 7.2, configurable via s

Read More
DSH-AI-Prompt-Optimizer: Optimizing Prompts on the DSH Web Chat Page

The dsh-ai-prompt-optimizer is a prompt optimization plugin specifically designed for the DeepSeek Harness (DSH) web chat page, aiming to help users organize rough draft text into well-structured, complete AI prompts. Maintained by wuchubuzai2018, this plugin is licensed under the MIT License. Its core functionality is to read the raw text from the input field, invoke the default model configured in DSH to generate an optimized version, and then fill the result back into the input field for user confirmation before sending, rather than automatically submitting it. Key advantages include no need for a separate API Key configuration, reuse of existing model settings, visualized process status, and clear error notifications. Additionally, it improves compatibility with various model providers by sending only essential request fields. Installation requires Node.js 22+ and p

Read More
dsh-attachment: Adding File and Folder Attachment Capabilities to DeepSeek Harness

dsh-attachment is a plugin developed by WJZ-P under the MIT license, designed for the DeepSeek Harness (DSH) web interface. It aims to enhance the handling of regular files and folders, supporting persistence to the workspace while preserving directory structure without altering the original input area layout. Core features include supporting folder drag-and-drop with internal directory tree retention, preview and streaming download of regular files, coexistence with native image attachments, and writing attachments to specified paths for model access. The plugin integrates in a low-intrusive manner, suitable for scenarios requiring complex file structure handling, attachment history retention, and ensuring models can read data based on explicit paths. Users can easily install it into the DSH web profile via npm commands, with attachments automatically synced to the workspace after submission. Note before use: the plugin

Read More
dsh-quota-panel: Adding a Provider Quota/Balance Status Component to the DSH Web Interface

dsh-quota-panel is a lightweight Provider balance and quota monitoring plugin (v0.9.1-rc.1, MIT) for the DeepSeek Harness (DSH) web surface. Located at the bottom-right corner of the UI, it displays the status of configured Providers (such as DeepSeek, OpenRouter, and Coding Plan) through an auto-discovery mechanism (reading .credentials.yaml, .env, etc.), supporting both collapsed capsule and expanded card views. Core features include independent status-tier display per row, a default 60-second auto-refresh (paused when the page is hidden), personalized settings based on local localStorage (such as refresh interval, proxy configuration, and visibility), as well as support for

Read More
@wenaixi/dsh-superpower: A Complete DSH Port of obra/superpowers

`@wenaixi/dsh-superpower` is a complete port of the `obra/superpowers` plugin within the DeepSeek Harness (DSH) ecosystem, designed to transform development methodologies into callable and verifiable skills. This plugin injects 14 fully Chinese-language skills into `ctx.skills`, enforcing a workflow of "design first → plan slicing → TDD → systematic debugging → review integration," covering scenarios such as brainstorming, plan writing, sub-agent development, system debugging, and code review. The plugin is managed as a `dsh.bundle`, taking effect upon installation or removal, without polluting the user directory and supporting HMR automatic rebuilds. Installation requires Node>=20, pnpm>=9, and a dsh environment, via the `dsh plugin add` command.

Read More
dsh-ponytail: Automatically Injecting Ponytail as a DSH Plugin

wenaixi/dsh-ponytail is an implementation example of the "everything is a plugin" philosophy in the DSH plugin ecosystem. It fully ports the upstream DietrichGebert/ponytail as a DSH plugin, providing 6 Chinese Skills (such as ponytail, review, audit, etc.) that are automatically activated through systemPrompt injection without requiring new empty tools. The plugin core includes the "Ladder 7 Steps" simplification principles (such as YAGNI, reuse, minimal implementation, etc.) and three intensity modes (lite, full, ultra). Once installed, the capabilities are automatically enabled, and mode switching or help viewing is supported via the /ponytail command. Configuration priority is: environment variables > cordis config > local config.j

Read More
DSH-CommandCode-Provider: Integrating Command Code into DSH with Studio API Key

dsh-commandcode-provider is an unofficial community plugin (MIT licensed) for DeepSeek Harness (DSH), maintained by Victor-770. To address the limitation where certain Command Code plans lack Provider API access, this plugin leverages Studio authentication API keys to call the `/alpha/generate` streaming endpoint, supporting all Command Code plans, including the $1 Go plan. Core features include registering the `commandcode` provider to `ctx.llm`, model catalog discovery and offline caching, inference effort metadata management, image input handling, multi-source API key resolution, and providing

Read More
DSH Workspace Search: Workspace Search in the DSH Web GUI

dsh-workspace-search is a plugin for the DeepSeek Harness (dsh) Web GUI that provides VS Code-like keyword search functionality within workspaces. It supports searching by file name and content, with results grouped by file and displaying line numbers, where clicking opens the file in the built-in editor of better-sidebar. The plugin features VS Code-style search rules, including using Glob patterns to specify include/exclude files, regex query toggling, and case sensitivity options. By default, it excludes directories such as .git and node_modules, as well as hidden files, and imposes limits on file count, match count, and line length, reporting truncation status when triggered. This plugin depends on dsh-better-sidebar >=0.4.0 and Node.js.

Read More
Resanity: Evidence Search and Load-Bearing Claim Audit Skill for Retail Investment Research

Resanity is an investment research assistant Skill for the DSH agent host, currently at official version 0.2.1, maintained by Thhoho under the MIT license. It aims to address issues in retail investment research such as insufficient evidence, vague inference boundaries, and difficulties in updating conclusions. Its core function is to decompose investment decisions into four dimensions—observations, inferable items, non-inferable items, and decision impact—strictly distinguishing facts from inferences. The tool provides a DSH plugin, an anchor check (/resanity-check), and optional Tushare data credential support, preserving verifiable judgments through a "cognitive anchor" mechanism (active/refuted/realized/archived), and executes read-only reminders only on date triggers without automatically revising user viewpoints. Resanity is explicitly not a stock recommendation or automated trading tool, and strongly emphasizes...

Read More
DSH-Vision: A Plugin Adding Image Recognition Capabilities to DeepSeek Harness

dsh-vision is a DeepSeek Harness (DSH) bundle plugin maintained by Terry12138qy, licensed under the MIT License. This plugin is designed to address the issue that the DSH main model lacks native image recognition capabilities. By encapsulating the image recognition workflow, it sends local image paths or network URLs to Alibaba Cloud Bailian or Zhipu multimodal models, ultimately returning Chinese text descriptions for use by agents or Code Mode. Core features include automatically reading and encoding images, prioritizing the main model `qwen3.5-omni-plus`, and automatically switching to the fallback model `glm-4.6v-flash` for retries upon failures (e.g., quota exhaustion, rate limiting). It supports invocation via `await tools.vision(...)`.

Read More
dsh-macos-desktop: Overlaying a macOS-style Desktop on the DSH Web Interface

DSH macOS Desktop is a pure front-end JS plugin maintained by Taylor-Cat, designed to transform the DSH Web interface into a macOS-style desktop while preserving the native right-side conversation through the official shell.overlay slot, enabling efficient multi-task collaboration on the same screen. The plugin is compatible with Windows, macOS, and Linux, requiring no native modules or build steps. Core features include desktop experiences such as multiple windows, Dock, and Spotlight search, along with integrated file management (isolated directories, recycle bin), terminal (PowerShell/PTY), multi-tab browser, document office suites (docx/pdf/pptx), and knowledge base. In terms of AI capabilities, it supports automatic image recognition based on modlens screenshots, as well as leveraging DashS

Read More
@swell05/dsh-whale-tank: DSH Plugin Development Sandbox and Third-Party Plugin Health Check

`@swell05/dsh-whale-tank` is a plugin development sandbox auxiliary tool within the DSH ecosystem, designed to address local development configuration pollution and security concerns regarding third-party plugins. This tool establishes an isolated sandbox by segregating `DSH_HOME`, offering plugin initialization, building, insertion/removal testing, and restoration capabilities, along with an incrementally mergeable development knowledge package. The core component, `.wttools`, is a zero-dependency single-file utility that supports state inspection, dependency management, plugin integration, and sandbox reset operations. Additionally, its `vet` feature conducts a three-phase health check on third-party npm plugins (static hazard detection, dynamic verification, and LLM review), generating security reports to aid decision-making. Users are required to install this plugin in a Node 20+ environment and initialize projects via `/whale-tank-init` or

Read More
dsh-model-router: A Thin Routing Strategy Plugin for DeepSeek Harness (DSH)

dsh-model-router is a thin routing policy plugin for DeepSeek Harness (DSH), version v0.2.2, licensed under the MIT License. It adds rule execution on top of DSH's existing model management, with core features including deterministic keyword routing, the whitelist-based model switching tool `model_route` that is disabled by default, and an isolated Beta image generation channel `image_gen`. Routing rules are executed in configuration order, stopping at the first match, while preserving the current state if no rule matches; model switching requires precise validation of provider, model, and other fields. `image_gen` uses an OpenAI-compatible endpoint, enforces HTTPS and strictly restricts result downloads, and supports integration with third-party services such as Seedream; however, video, audio, and 3D features are not included.

Read More
dsh-remotion: Registering Remotion Video Creation Skills for DSH

dsh-remotion is a DSH video creation skill plugin designed to register the official Remotion ported skill directly into DSH, enabling users to trigger React-based programmatic video workflows through natural language instructions (e.g., "make a video with Remotion"). The plugin supports a variety of visual tasks including animation, audio, subtitles, 3D, charts, and fonts, with 38 built-in rule files to cover different scenarios. It follows the cordis composite package patch model, adopts the open Agent Skills (SKILL.md) format, and does not depend on DSH internal modules, thus offering excellent cross-platform compatibility. The skill directory can be directly reused in tools such as Claude Code, Cursor, Gemini CLI, and OpenAI Codex. Installation is performed via

Read More
dsh-boot-guard: A Standalone Rescue Console for DSH Web UI Startup Failures

dsh-boot-guard is a rescue plugin for the DeepSeek Harness (DSH) Web UI, designed to address the issue where the interface fails to start due to plugin loading failures. It operates independently of the normal plugin loading chain, providing an emergency entry point when a "Failed to load plugins" error occurs, allowing users to identify suspected faulty plugins, temporarily skip them, and refresh to retry without restarting the DSH process. This plugin only writes disabled entries with specific markers to the configuration file, and during recovery, it processes only its own markers without deleting plugins or interfering with other configurations. Core features include automatic fault plugin localization, batch skipping and recovery, diagnostic information copying, and bilingual interface support in Chinese and English. Installation is primarily executed via GitHub commands, with compatibility for Node.js 22.19.0 and above. In terms of security, it strictly limits

Read More
DSH-FrostFin: Kimi Code as DSH's Agent Loop

DSH-FrostFin is an MIT-licensed loop plugin for DSH. Its core concept is to use Kimi Code's `kimi acp` subprocess as the session driver, running Kimi's agent loop while preserving DSH's native interface and approval system. The plugin supports native rendering of streaming responses, thought blocks, and tool calls, achieving seamless alignment between Kimi tool approvals and DSH approval dialogs, as well as image input, session lifecycle management, and restart self-healing. Additionally, it provides a Moonlight Frostfin Whale default mode, real model list synchronization, status bar display, and goal/plan mode driving. Usage requires pre-installing Node.js 22.19+ and a logged-in Kimi Code, installing the plugin via the `npx` command, and restarting DSH.

Read More
DSH Bilibili Floating Window Plugin: Keep a Bilibili Mini Window in DeepSeek Harness

`dsh-bili-widget` is a Bilibili floating-window plugin designed for DeepSeek Harness (DSH), aimed at resolving the issue of context interruption caused by window switching during development. It allows users to browse, play, and search Bilibili content within DSH through a persistent floating window. The plugin supports pinning, drag-to-resize, mini mode, and minimizing to a floating ball for continued playback, along with features such as auto-play-next, watch history persistence, and watched markers. Content entries cover recommendations, trending, rankings, featured selections, subscriptions, and AI channels, with support for quick access to 45 topics, multi-type searches, and aggregation of followed UP creators. Installation methods include direct command installation within a DSH conversation or manually modifying the profile configuration file and then executing `pnpm install`. It is primarily compatible with Windows platforms, using

Read More
dsh-pollyreach: PollyReach Phone Tool Plugin for DeepSeek Harness

dsh-pollyreach is a DeepSeek Harness (DSH) plugin (v1.0.3, MIT License) designed to encapsulate PollyReach telephony capabilities, addressing processes such as credential persistence, account activation, outbound calls, polling, balance inquiry, and incoming call data handling. The plugin registers seven core tools for model invocation, including `pollyreach_register` (securely saving credentials), `pollyreach_activation_status` (activating and obtaining a number), `pollyreach_send_call` and `pollyreach_query_call` (outbound calls and result polling), `pollyreach_balance` (balance inquiry), and `pollyreach_i

Read More
dsh-tool-time: A Time Utility Plugin for DSH

The DSH plugin `omdsh-dev/dsh-tool-time` is a zero-dependency, pure-function time processing tool designed to address error-prone time calculations in Agent tasks, such as timezone offsets, leap years, and month-end boundaries. This plugin is compatible with the DSH 0.1.2-alpha.1 system and provides a core `time` tool with four operation types: `now`, `convert`, `add`, and `diff`. It supports strict ISO 8601 subset parsing, IANA timezone conversion, UTC calendar arithmetic, and fixed-duration difference calculation. Its design emphasizes safety and determinism: input validation poses no `eval` risk, `add` operations are based on the UTC calendar rather than local wall-clock time, and `diff` only returns fixed-duration differences without supporting natural language or calendar month/year differences. The plugin establishes clear conventions for time precision; both `iso` and `unix` formats are handled with defined precision.

Read More
DSH Tool Markdown: DSH Markdown Tool Plugin

`omdsh-dev/dsh-tool-markdown` is an MIT-licensed document processing plugin for DSH, designed to address format instability and security risks in HTML, Markdown, and table conversions. The plugin registers a `markdown` tool and supports four core functionalities through different `action` values: converting HTML to GFM Markdown, converting Markdown to whitelist-safe HTML, normalizing HTML or pipe-delimited text into GFM tables, and generating nested table of contents based on headings. The plugin adopts a zero-dependency, pure-function architecture with strict security boundaries: it prohibits script execution, blocks remote resource loading, and automatically strips dangerous tags such as `script` and `style`; output only allows whitelisted tags, forces text escaping, and retains only links.

Read More
dsh-agent-relay: Local Multi-Agent Message Relay for DSH

dsh-agent-relay is an MIT-licensed plugin maintained by Noelune, designed to address secure message interoperability among multiple local agents (such as dsh, Codex, etc.) on the same machine. It achieves relay through a local broker that binds to 127.0.0.1:19121 by default, and ensures authentication security using HMAC-SHA256 signatures, timestamp replay protection, and rate limiting. Core capabilities include lease/ack-based reliable delivery, cursor-based incremental polling, idempotent deduplication, exponential backoff retries, and 7-day TTL message retention. Data persistence defaults to SQLite (requiring Node.js >= 22.5, with fallback to JSONL for lower versions), supporting protocol versions from v1 to v3, where v3

Read More
Nicholas023/vision-exp-tile: DSH Plugin Directory Entry

Nicholas023/vision-exp-tile is a third-party plugin entry maintained by Nicholas023 in the DSH plugin directory, corresponding to the repository hosted on GitHub. Due to the lack of verifiable information in existing materials—including a one-sentence description, classification, installation command, specific functionality, usage examples, and license information—its core capabilities and applicable scenarios cannot be determined. At present, only two entry points can be confirmed: the project directory page and the GitHub repository URL. Given the absence of information, the article advises against directly assembling installation commands and recommends that developers thoroughly review the README, release artifacts, or source code in the repository before enabling the plugin, to confirm the officially recommended approach and license compliance. Additionally, special attention should be paid to the permission scope when running DSH plugins, ensuring that environment credentials and access permissions align with expectations, and remaining vigilant about the DSH community directory and Dee...

Read More
Widget-Dock: A Workbench Providing 27 Cards on Both Sides of DSH Web Conversations

widget-dock is a web client plugin for DeepSeek Harness (DSH), designed to address the issue of scattered metrics such as API balance, tokens, and costs. It provides a grid-aligned card dashboard that displays 27 built-in cards alongside the conversation interface, supporting features such as balance queries, inference intensity adjustment, image transcription, and GitHub-style usage heatmaps. The plugin supports session-specific independent layout customization, with data persisted via localStorage and retained after restart. Installation can be completed through the `dsh plugin` command or by manually linking the repository. When in use, users can drag and sort cards, configure API Keys (stored locally only) to view balances, or connect to a local LM Studio for image transcription. The plugin is licensed under MIT, currently in its current state.

Read More
dsh-edit-resend: Edit and Resend Sent Messages in DSH

dsh-edit-resend is an MIT-licensed plugin maintained by mbj733, designed to solve the problem that the DeepSeek Harness (DSH) web interface cannot edit already-sent messages in place. This plugin empowers developers to edit and resend user inputs, assistant thoughts, or replies after a message has been sent, with support for stopping in-progress responses, regenerating the last finalized reply, and retrying any historical turn. In single-conversation mode, old versions are automatically archived, and the sidebar maintains a single conversation title unchanged, ensuring a smooth editing experience. The plugin offers two cascade strategies, `truncate` and `preserve`, and features a failure visibility mechanism to ensure clear operation feedback. Installation only requires executing the `dsh plugin` command and restarting the service, while building from source involves installing dependencies via npm and running the build process.

Read More
dsh-timeline-studio-plugin: Integrating Timeline Studio's .timeline Command Layer into DeepSeek Harness

`dsh-timeline-studio-plugin` is an MIT-licensed plugin maintained by MartinDelophy, designed to connect DeepSeek Harness with Timeline Studio's deterministic `.timeline` command layer. It is not a new video editing interface, but rather enables AI to safely inspect, preview, apply modifications, and render MP4 files within conversations. Core features include packaging the `edit-timeline-studio` Agent Skill, providing seven tools that cover project, track, and transcript inspection, and reducing change risks through revision checks, idempotent operation IDs, and `allowedRoots` filesystem boundaries (including symlink escape protection).

Read More
dsh-messager: Task Status Notification Plugin for DeepSeek Harness

DSH-Messager is a community notification plugin for DeepSeek Harness, designed to push the agent's session interactions, task completions, and error states to systems, browsers, or third-party platforms. It supports channels such as Feishu, WeCom, Discord, DingTalk, and Telegram, and adopts a single-package dual-end architecture, where the host end handles system notifications and external pushes, and the client end is responsible for browser alerts. Configuration can be edited in real time through the "Notification & Messenger" section of the DSH settings page, or by directly modifying settings.yaml and making RPC calls; the configuration routing is independent of the DSH whitelist. Installation requires building the plugin first, then registering it to the web profile via the `dsh plugin add` command and starting the service. The plugin provides debouncing mechanisms such as deduplication cooldowns and rate limiting.

Read More
dsh-plugin-knowledge-graph: Providing read_graph Code Knowledge Graph Tool for DSH

dsh-plugin-knowledge-graph is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to help agents efficiently understand repository structure by building an in-memory knowledge graph of the codebase, replacing manual file searches. Originating from Luke-Yong/H, this plugin registers the `read_graph` tool and supports parsing for TypeScript/JavaScript as well as Python (with module-level binding). It utilizes node types such as dir, file, and symbol, along with edge types like CONTAINS and EXPORTS, to provide features including directory structure queries, symbol exports, import dependencies, reverse dependencies, and unused import detection. Installation requires Node >=22.19 and specific dependencies, via

Read More
dsh-workshop: Adding a Local Plugin Store to the DSH Web UI

dsh-workshop is a Steam-style plugin marketplace integrated into the DeepSeek Harness Web UI, designed to address the issues of scattered community plugins, inconsistent installation sources, and unstable GitHub access. It provides a "Workshop" entry in the sidebar, offering browsing of 850+ plugins, category filtering, and bilingual descriptions in both Chinese and English. Core capabilities include one-click installation with npm as the primary source and automatic fallback to GitHub sources, built-in mirror speed testing across 7 mirrors to accelerate downloads, and safety mechanisms such as a TUI plugin blacklist, installation pre-checks, artifact verification, and automatic rollback. Additionally, it supports unified management and updates for installed plugins. Users require a Node.js 18.17+ environment and can use the tool by adding plugins via the command line and restarting the service. This tool is positioned as a local development aid, providing basic security

Read More
dsh-antigravity: Integrating Google Antigravity / Cloud Code Assist into DeepSeek Harness

dsh-antigravity is an unofficial DSH Web plugin maintained by LiZhenNet, licensed under the MIT License, designed to integrate Google Antigravity / Cloud Code Assist as a model source for DSH. The plugin registers a DSH LlmAdapter under the provider route `antigravity`, directly connecting to the Cloud Code Assist streaming API, and supports Google OAuth login, account information viewing, quota grouped by model family, and reset times through the DSH Web settings page. Core features include managing models directly in the model selector, with each model displaying

Read More
dsh-remote-tunnel: Connecting Remote dsh Web to a Local SSH Tunnel

`dsh-remote-tunnel` is a Remote Host Tunnel Manager plugin for DSH, designed to simplify the complex workflow of running `dsh web` on remote Linux servers. By encapsulating port allocation, registry management, systemd supervision, and SSH tunnel maintenance, this plugin allows users to maintain only a single local SSH tunnel, thereby avoiding manual handling of details such as port conflicts, disconnection and reconnection, and system service configuration. Core features include: automatically allocating an independent remote port for each user and recording it to the registry; utilizing user-level or system-level systemd to supervise remote services; employing a resilient SSH tunneling mechanism that supports automatic reconnection upon network interruptions and heartbeat keep-alive; and intelligently handling local end...

Read More
dsh-undo: Persistent Undo/Redo per User Turn for DeepSeek Harness

dsh-undo is a preview undo/redo plugin for DeepSeek Harness (dsh), designed to address session rollback issues in multi-step tool tasks. It achieves precise undo by rolling back the visible interface according to real user message boundaries and restoring workspace files modified by tools during that turn. Core features include the local command `/undo` (rolling back the latest or a specified turn number), `/redo` (restoring in LIFO order), and rollback operations for message bubbles in the WebUI. The plugin records snapshots in an isolated Git directory to restore files, supporting tracked files and untracked files up to 2MiB, operating only within the Git workspace root, without interfering with the original Git state. Additionally, it terminates top-level background tasks initiated during rolled-back turns. Currently, this plugin is at version 0.3.0-preview.1, depending on

Read More
dsh-mood-light: Display Screen Edge Ambient Light Based on DSH Session Status

DSH Mood Light is a client-side plugin for the DSH Web interface, following the "everything is a plugin" philosophy. It intuitively displays session status through ambient light on the outermost layer of the screen without interfering with operations. The plugin dynamically changes colors based on status: green flowing glow effects indicate a running state, yellow indicates pending tasks, pink indicates completion or idle state, and it switches off when there is no active session. It offers three visual effects including soft glow, marquee, and linear gradients, and supports visual adjustment of parameters such as aperture width, opacity, and rotation speed in the settings panel, with configurations persisted to localStorage. The installation command is `dsh plugin --profile web add "github:lihang-lh/dsh-moon-light"`, and the service must be restarted after installation. Configuration priority is localStorage > plugin configuration > default settings.

Read More
dsh-vision-provider: Selecting Vision Model Combinations in the DeepSeek Harness Web UI

dsh-vision-provider is a community plugin for DeepSeek Harness (DSH), designed to enable a dual-model bridge of "vision model analysis + DeepSeek reasoning responses." Rather than native pixel input, it exposes third-party vision models declared with image input capability in Settings as an optional combination. When a user sends an image-containing request, the selected vision model processes the image, and the result replaces the original image before being handed over to DeepSeek for reasoning, tool invocation, and final responses; plain-text requests are handled directly by DeepSeek. The plugin supports configuring third-party vision models via the Web UI or directly connecting to OpenAI-compatible endpoints. Installation requires Node.js >=22.19.0 and a compatible DSH version. Usage:

Read More
dsh-fold-turns: Folding Completed DeepSeek Harness Chat Turns

dsh-fold-turns is an experimental plugin for the DeepSeek Harness (DSH) web interface, designed to optimize the visual experience of long conversations. Without replacing DSH's native renderer or altering conversation data, it automatically collapses verbose intermediate steps of completed Chat turns to save interface space. For running turns, the plugin keeps them expanded and displays real-time elapsed time; users can toggle between collapsed and expanded states by clicking the time row, and the operation preserves native content and local UI state. This plugin is only applicable to the web terminal, compatible with DSH host version 0.1.0-rc.6, and is licensed under MIT. During installation, use `dsh plugin --profile web add dsh-fold-turns`.

Read More
DSH-Research-Nudge: Adding a Research Reminder to the DSH Coding Agent

`dsh-research-nudge` is a DeepSeek Harness (DSH) plugin developed by Leitarkkk, designed to address the inefficiency of coding agents repeatedly attempting and failing locally. This plugin employs an advisory mechanism, avoiding direct execution of searches or interception of tools. Instead, it observes the agent's reading, editing, execution, and failure behaviors, quantifying accumulated costs as "Research Debt." When a preset threshold is reached, the plugin injects a brief reminder into the next model step, suggesting that the agent consult official documentation or web pages for external evidence, followed by a 10-minute cooldown period. If the agent genuinely needs to continue local work, it can call the `research_nudge_snooze` tool to temporarily silence the reminder (defaulting to 3

Read More
dsh-all-in: Opening a Local Table While Awaiting Agents in DeepSeek Harness

The DSH plugin dsh-all-in is a locally run entertainment Texas Hold'em game, designed to fill the waiting time during the DeepSeek Harness Agent's thinking process. This plugin opens a full-screen poker table via the "All In" action in the Harness sidebar, adopting a Local-only mode that does not consume network resources, does not write to conversation history, and allows the background Agent to continue running. The game offers a six-player table (1 human, 5 bots), with bots featuring multiple strategy levels ranging from Casual to GTO, where decisions are based on Monte Carlo simulations and table factors. It supports a complete poker flow, custom betting, and both Chinese and English interfaces, with chip data locally persisted. Installation methods include downloading from GitHub Release or cloning the local codebase, and after installation,

Read More
MinerU Document Parsing Plugin for DeepSeek Harness

`dsh-mineru` is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to parse documents such as PDFs, Word, PPT, Excel, HTML, and images into structured Markdown for efficient processing by intelligent agents. This plugin integrates the MinerU engine and offers dual API modes: the Precision API with a configured token supports large files, batch parsing, and a wider range of Office formats; the Agent API without a configured token requires no key but is subject to IP rate limiting and supports only single and smaller files. The plugin automatically selects the appropriate mode based on configuration. Core features include progressive tool exposure, drag-and-drop upload via Web UI, automatic chunking and batch parsing, rate limit handling, and result persistence to disk. Installation requires DSH.

Read More
dsh-kolmopdf: A PDF Tool Plugin Integrating KolmoPDF into DeepSeek Harness

`komoai2026/dsh-kolmopdf` is a KolmoPDF tool plugin designed for DeepSeek Harness (DSH), aimed at resolving issues related to API key management, balance inquiry, and status monitoring in external PDF service integration. The plugin supports Node.js >= 20 and environments compatible with DSH 0.1.1-rc.2, and requires a KolmoPDF Plus or Pro account. Its core features include six main tools: `kolmopdf_parse_pdf` (PDF to Markdown conversion with translation and element extraction support), `kolmopdf_translate_pdf` (layout-preserving translation), and `kolmopdf_convert_markdown`

Read More
dsh-session-nav: DeepSeek Harness Web GUI In-Session Navigation Bar

dsh-session-nav is an in-session navigation plugin for the DeepSeek Harness Web GUI, designed to address the high cost and frequent scrolling required to review specific conversations in long multi-turn sessions. Built on DSH's official dual-sided plugin mechanism, it does not intrude into the source code and is licensed under the MIT License. Its core function compresses each turn of dialogue into a navigation key: each key corresponds to a user message, with the model's reply integrated into the hover preview of that key (displaying up to 3 lines), thus centrally presenting user questions. The plugin supports hover preview, smooth click-to-jump, real-time highlighting synchronized with the current view, and can automatically invoke the official pagination API to load historical data and locate targets. Additionally, it supports adaptive dark and light themes and deduplicates messages via UUIDs. Installation requires Node.js >= 18, via `dsh plugin.

Read More
DSH-Task-Notify: DeepSeek Harness Task Notification Plugin

`dsh-task-notify` is a DeepSeek Harness (DSH) client plugin developed by kaotusi, designed to address the issue that critical events during runtime are easily missed. The plugin pushes workflow events such as approval requests, reply waiting, background and subtask completions to the browser system notification center, and provides an in-app bell panel, Toast overlays, diagnostic status display, and one-click cleanup functionality. Core features include listening to multiple DSH events, invoking the Notification API to push notifications, and playing type-specific alert sounds. The system uses an in-host-process queue (with a maximum of 300 entries), and the client fetches new notifications by polling the `/api/taskNotify/pull` endpoint, deduplicates them via localStorage, and pushes at most 3 notifications per cycle. The plugin supports

Read More
dsh-prompt-polish: One-Click Prompt Rewriting in DSH Web Composer

dsh-prompt-polish is a client-side plugin designed for the DeepSeek Harness (DSH) web interface, aimed at optimizing the prompt-writing experience. The plugin adds a ✨ button to the composer toolbar, allowing users to select from four styles, including balanced and concise, and invokes the currently connected LLM to rewrite the draft and replace the original text, making it convenient for review before sending—without requiring manual rewriting or additional service deployment. The plugin follows the MIT license, is maintained by JoukoPuro, and requires a DSH web profile with a configured model adapter. To install, use the `dsh plugin add` command and restart the service to take effect. It supports configuring the default model in `cordis.patch.yml`.

Read More
DSH Plugin dsh-deepseek-billing: Sidebar Display of DeepSeek Balance and Session Cost Estimation

`dsh-deepseek-billing` is a DSH WebUI community plugin (v0.1.0-rc.8, MIT license) designed to address the pain point of developers frequently querying DeepSeek account balance and costs when running model tasks. This plugin displays the DeepSeek account balance persistently in the left sidebar of the DSH web interface and estimates the current session cost in real time. Core features include: 1. **Balance Display**: Directly calls the official DeepSeek API, reuses the API key from the current session, auto-refreshes every 60 seconds, and also supports manual refresh. 2. **Cost Estimation**: Prices and accumulates each successful assistant reply individually, showing recharged/gifted balance, token details, cache hit rate, and input/output cost subtotals. The cost is an estimate and is for reference only.

Read More
JMOKSZ/dsh-lark-bridge: Enabling Feishu Bots to Drive Local DSH Agents

JMOKSZ/dsh-lark-bridge is an MIT-licensed Feishu entry plugin that enables a local DSH agent to handle tasks through a Feishu bot. It is based on the official WebSocket long connection and requires no public IP or reverse proxy. Core features include: streaming reply cards that display the thinking process and tool calls in real time; support for proactive message pushing; rendering interactive Q&A and approvals as button cards; automatically downloading and processing attachments such as images and files; extracting plain text from rich text; each Feishu conversation independently corresponds to a DSH session; in group chats, it responds by default only when mentioned. The plugin provides commands such as /new and /status. Before installation, ensure that DSH CLI, pnpm, and Node.js ≥ 22 are installed, and configure the Feishu app credentials and required permissions such as im:message.

Read More
dsh-polyglot: Providing OpenAI-Compatible Endpoint Switching and Automatic Fallback for DSH

dsh-polyglot is an MIT-licensed DSH plugin developed by Jesse-njx, designed to address challenges in DSH when invoking external models, including multi-endpoint management, unstable free quotas, and rate limiting. This plugin consolidates multiple OpenAI-compatible providers into a single virtual provider, `polyglot`, utilizing a universal adapter to handle streaming, tool calls, and usage extraction, while employing declarative configuration to accommodate variations across different services. At its core is an automatic fallback router that, upon encountering 429 rate limits, quota exhaustion, 5xx errors, or missing API keys, automatically switches to the next available provider in the chain, implementing exponential backoff and retry strategies for cooldown. The plugin maintains provider information through JSON preset files and records the service source, status, and token usage for each request in session logs.

Read More
dsh-continual-harness: Providing Continuous Refinement and Rollback for DSH Agents

`dsh-continual-harness` is a DeepSeek Harness (DSH) plugin published by `jasen215`, designed to help AI agents continuously update, retain, and refine reusable experiences across multiple sessions. The plugin is licensed under MIT, requires Node 22+ and TypeScript 6.0+, and its core features include state projection, automatic review and refinement, manual refinement with rollback, memory lifecycle management (such as archiving and pinning), and ranking injection. It provides tools such as `harness_refine`, `harness_wrapup`, and `harness_benchmark`, supporting automatic rollback on failure, session wrap-up suggestions, and A/B benchmarking to ensure that bad states do not linger in the context.

Read More
dsh-zotero: Zotero Literature Library Plugin for DeepSeek Harness

dsh-zotero is a Zotero tool plugin for DeepSeek Harness (DSH), maintained by Hongcheng-LI (MIT license). This plugin enables intelligent agents to directly access the local literature library through the Zotero local API (default address 127.0.0.1:23119), without requiring an API Key. Core features include: searching literature (with filters for keywords, categories, publication years, etc.), retrieving item metadata and abstracts, listing PDF attachment paths, parsing and caching full PDF text, and handling note retrieval. Before installation, ensure that Zotero 7+ is running locally and that local communication permissions are enabled. Install using the `dsh plugin --profile web add dsh-zotero` command and restart to complete the setup.

Read More
DSH-Vision-Bridge: Adding Image Understanding to DeepSeek Harness's Text-First Model

DSH-Vision-Bridge is an MIT-licensed plugin for DeepSeek Harness, designed to provide image understanding capabilities to text-first models. This plugin bridges image requests to external vision APIs (supporting Gemini, OpenAI, and Anthropic-compatible interfaces) and returns only the analysis results in text form, preventing image blocks from being directly forwarded to upstream models. Its core advantage lies in preserving the original model list and selection experience, with independent management of vision bridge preferences through the "glasses" control next to models, without interfering with model selection logic. The plugin supports configuring multiple isolated vision providers in settings, strictly limiting usage to HTTPS endpoints, and keeping sensitive information such as API keys on the Host side. Installation requires compatibility with Harness 0.1.x and Node.js 2.

Read More
dsh-element-source: Click Elements in DSH to Locate Vue / React / Svelte / Angular Source Code

dsh-element-source is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the issue of tracing page elements back to their source code locations in frontend development. It supports universal location for Vue, React, Svelte, Angular, and other frameworks. Users can enter local preview through the DSH sidebar or the plugin's built-in panel, highlight and click on page elements, and the plugin parses the corresponding source file path and line number (e.g., `src/components/App.vue:12`). This information is automatically filled into the chat draft in the format `[Element Location]`, but is not sent automatically; it is sent only after user confirmation and supplementary modification requests. The Agent then reads the file and displays the code, awaiting modification instructions, thereby reducing manual steps of searching and copying context. Installation

Read More
DSH Conversation Navigator: A Session Navigation Panel for the DSH Web Client

dsh-conversation-navigator is a pure JavaScript browser plugin for the DSH Web interface, designed to address the difficulty of locating and navigating within long conversations. The plugin provides a collapsible conversation outline panel organized by turns, supporting keyword filtering, step-level detail expansion, hover-to-view full text, and four interface form switches. Core features include click-to-smooth-scroll positioning, automatic highlighting of the current reading position during manual scrolling, lazy loading of historical data for backfill, and panel position memory. The plugin requires zero build setup and zero npm dependencies, adopts a color scheme consistent with the built-in trace view, adapts to light and dark themes, and automatically follows conversation switches. Installation requires execution via the official DSH CLI command, depends on a pnpm environment, and takes effect after restarting DSH Web; alternatively, files can be manually placed and configuration modified. Plugin state is partially persisted in l

Read More
dsh-pref-kit: Merging Adjacent Text Increments at the Source of DSH Streaming Output

`dsh-pref-kit` is a DSH performance optimization plugin designed to address high resource consumption and stuttering caused by the massive number of small events generated by streaming output under long conversations and multi-agent concurrency. The plugin merges adjacent `text`/`reasoning` increments within the same text block at the data stream source before writing them to logs and pushing, thereby significantly reducing the volume of session events while remaining fully compatible with existing interfaces and protocols without altering the underlying structure. Core features include streaming merging enabled by default (controlled by the `windowMs` parameter, default 30ms), as well as a configurable "full passthrough" mode (when `windowMs = 0`, it passes through token-by-token to ensure minimal latency). Additionally, the plugin provides a settings card for users to adjust configurations in real time, and includes several experimental features disabled by default, such as replacing the trace view.

Read More
dsh-plugin-llm-balance: Persistent Display of API Balance and Quota in DSH Web GUI

`dsh-plugin-llm-balance` is a plugin for the DSH (DeepSeek Harness) Web GUI, designed to centrally display the balances and quotas of multiple providers including DeepSeek, Moonshot, Kimi For Coding, OpenAI Codex, and OpenCode Go. The plugin provides a draggable floating card in the upper-right corner of the page, which automatically shows data from the three most recently used providers. It supports the visualization of monetary balances and package quotas (including 5-hour windows, weekly windows, and reset times), and adjusts colors in tiers based on thresholds to indicate resource status. The plugin features auto-refresh (default 60 seconds), position memory, and the DeepSeek peak/off-peak electricity price badge. Its core security feature lies in strict credential isolation: API keys and OAut

Read More
dsh-plugin-deepeye: A Cordis Plugin Providing Visual Capabilities for DSH

`dsh-plugin-deepeye` is a native Cordis vision plugin designed for DeepSeek Harness (DSH), aimed at resolving the tedious issue of manually invoking external vision services. Developed by Favio8 under the MIT license, it supports Node >=22.19.0 environments. Its core features include tool-based invocation capabilities such as image description, OCR extraction, visual question answering, UI layout analysis, and clipboard screenshot analysis. The plugin supports multiple backends, including OpenAI, Google Gemini, and custom OpenAI-compatible services, and offers functionalities like LRU result caching, automatic image scaling preprocessing to save tokens, and non-blocking asynchronous reading of the system clipboard. Additionally, it supports use in plain-text sessions through

Read More
dsh-whale-pet: Whale Maiden Desktop Pet Plugin for DeepSeek Harness Web UI

dsh-whale-pet is a lightweight desktop pet plugin for the DeepSeek Harness Web UI, developed by Er1c0v0 and released under the MIT License. It injects the UI through the official shell.overlay slot without modifying core code or scraping text, providing users with non-intrusive status notifications. The plugin mirrors the five Harness states—idle, working, needs input, complete, and blocked—and enters sleep mode after 40 seconds of inactivity. It supports dragging, keyboard movement, collapse and restore, as well as bilingual display in Chinese and English. Its distinctive feature is reading privacy-safe activity summaries from metadata and displaying them in a bubble, avoiding occlusion of the view. Installation requires Node.js 22.19+ or 24+ and

Read More
Eligahyu/dsh-sentinel-scanner: Read-Only Security Scanning for DSH Plugins

Eligahyu/dsh-sentinel-scanner is a read-only static security scanning tool for DeepSeek Harness (DSH) plugins, designed to perform supply chain and security risk assessment before code execution. The tool detects risks such as command execution, credential access, data exfiltration, and obfuscation through 51 AST-based heuristic rules, outputting a risk score from 0 to 100 along with a security verdict, but never executes the scanned code. It offers multiple integration methods: as a DSH Agent Tool plugin, a standalone CLI (`dsh-sentinel`), a GitHub Action, or a JavaScript API. Core features include three scanning modes—source code, package artifacts, and profiles—with support for pre-publishing npm packages.

Read More
DSH-AgentMemory: A Local Memory Plugin for Integrating AgentMemory into DSH

dsh-agentmemory is a DSH memory plugin (MIT licensed) maintained by elementor-i, designed to integrate a locally running agentmemory REST service into the DSH framework. This plugin does not require an MCP bridge and directly depends on a local service (default localhost:3111), providing agents with a stable memory backend for reusing session records and injecting recalled context. Core capabilities include providing 54 `memory_*` tools (including 8 core tools) and a `memory_http` escape hatch; automatically capturing sessions, prompts, tool calls, and other activities in the background; and supporting optional context injection. The default configuration emphasizes security, including credential redaction, timeout control, and non-blocking observation, with destructive tools disabled by default. Installation can be performed via

Read More
DSH-LLM-Vision-Bridge: Integrating Image Understanding into DeepSeek Text Models in the DSH Web GUI

dsh-llm-vision-bridge is a DSH plugin licensed under MIT, designed to address the issue of text models being unable to directly process images. This plugin registers the `deepseek-vision` provider in DSH's `LlmAdapter`. When a request includes images, it automatically routes them to a configured vision model (such as pi-ai or a local llama.cpp) to generate text descriptions, which are then used by the DeepSeek text model to continue the conversation based on the descriptions. If no images are present, the request is directly passed through to a fallback provider for zero-overhead operation. Key features include an LRU cache to avoid duplicate descriptions, automatic retries for 503/429 errors and timeouts, and configurable failure policies (placeholder or error). After installation, the web service must be restarted, and configuration is required in the settings.

Read More
DSH-Capability-Receipt: DeepSeek Harness Skill Loading Receipt

`dsh-capability-receipt` is an MIT-licensed DSH plugin (v0.3.0, requires Node.js 22+), designed to verify whether the skills actually loaded by the DeepSeek Harness (DSH) runtime are consistent with trusted sources by generating content-addressed receipts. The plugin only observes target capabilities without executing their logic; its core mechanism hashes the valid instruction body and compares it against trusted fixed hashes or evidence inputs from the pack-agent lock. The plugin provides three DSH tools and two MCP proof tools, supporting receipt generation from standard sources or the pack-agent lock. It is recommended to install it in an isolated DSH profile for specific compatibility.

Read More
dsh-agent-plugin-market: Managing DSH Agent Skills and Hooks with Git Repositories

`dsh-agent-plugin-market` is a DSH plugin (MIT licensed) maintained by Diluka, designed to centrally manage Codex/Claude skills, plugins, and optional Hooks loaded from Git repositories. The plugin treats Git repositories as content markets, automatically discovering available resources by cloning the repository and identifying standard manifest files (such as `marketplace.json` and `plugin.json`). Core features include: supporting global default configuration with workspace-level sparse overrides, allowing independent enabling or disabling of specific plugins and standalone skills across different workspaces; enabling in-place plugin loading without copying files; providing agent tools such as `agent_market_info` for AI to query status or write workspace overrides, while restricting its execution scope to the global level.

Read More
DSH-Office: Native Office Document Plugin for DeepSeek Harness

DSH-Office is a DSH plugin maintained by didclawapp-ai, designed to address issues in agent-based generation and editing of Office files, including unclear field structures, complex operations, and difficulties in result verification. The plugin, based on the local zagens-office engine, supports read and write operations on PPTX, DOCX, XLSX, and PDF files and is licensed under the MIT License. Its core workflow comprises four tools: first, `office_schema` retrieves a JSON contract to clarify the field structure; then, based on requirements, `office_write` is invoked to create new documents or `office_edit` to modify existing ones according to operation instructions; finally, `office_read` reads back the document for verification. This process ensures

Read More
PBR-Render: A PBR 3D Model Preview Plugin for DeepSeek Harness

pbr-render is a PBR 3D model preview plugin for DeepSeek Harness (DSH), designed to address the lack of intuitive visual feedback when agents handle game art assets. The plugin supports rendering GLB/GLTF models as interactive 3D previews, embedded in responses via the `pbr3d` fence. Key features include full PBR rendering, multiple material channel inspection modes (e.g., normal, roughness, metalness, etc.), five built-in environment lighting presets for switching, and interactive operations such as drag-to-rotate and zoom. The plugin also incorporates an active trigger mechanism and safety boundary protection, exposing only files with specific extensions within the workspace and limiting size to 512 MiB. Installation is performed via GitHub commands or local paths, requiring a restart of `dsh web` to take effect. The plugin is applicable for use with D

Read More
dsh-trajectory-governance: DSH Trajectory Governance and Anomaly Diagnosis Plugin

dsh-trajectory-governance is an observability layer plugin for DeepSeek Harness (DSH), designed to address the challenges of flat logs in long-running tasks, including difficulty in tracking branches, goal drift, and retry issues. The plugin operates with zero kernel modifications, reconstructing flat logs into a structured trajectory tree by subscribing to events, and saves observability layer snapshots containing node IDs and context hashes. Its core functionality includes three temporal anomaly diagnostic strategies: run-loop deadlocks, ineffective retries, and goal drift, with results mounted on tree nodes and displayed in a standalone GUI. The plugin supports desktop notifications, webhook alerts, and one-click interruption, and allows for creating new session branches at stable boundaries. Data is independently stored in a local SQLite database, with CLI tools provided for querying sessions, trajectory trees, and snapshots. Installation requires DSH version 0.1.0-rc.6 or later, available via B[uild?]

Read More
dsh-openapi: Adding OpenAPI Discovery and Secure Invocation Tools to DeepSeek Harness

dsh-openapi is a plugin for DeepSeek Harness, designed to address issues such as inconsistent parameters, uncontrolled credentials, and excessive scope when models directly call APIs. This plugin indexes OpenAPI 3.x documents and provides three core tools: `openapi_list` (discovery and search operations), `openapi_describe` (viewing details), and `openapi_call` (restricted invocation). Its core features include strict security boundaries: by default, only GET/HEAD requests are allowed, access to local and private network IPs is blocked, response body sizes are limited, and sensitive response headers are shielded, while redirect checks are supported. Credential management is implemented through environment variable mapping, ensuring that keys are not directly exposed in configurations or outputs. Installation requires the use of the `dsh plugin` command.

Read More
dsh-plugin-toggle: DSH Web Plugin Toggle Panel

dsh-plugin-toggle is a community-maintained DSH web plugin designed to simplify plugin state management. It adds a Plugin Switch interface to the Settings page, displaying loaded plugins as cards with descriptions, enabled states, and runtime stages. The plugin supports grouping by category, fuzzy search, and sorting, allowing users to start or stop non-Core plugins at runtime without modifying configuration files, ensuring reversible and safe operations. Core plugins are protected and cannot be stopped, while other plugin operations require confirmation. Each start/stop record is persisted to a local JSONL file, retaining the latest 1000 entries for querying. Installation methods include adding it via the dsh plugin command or as a profile dependency, requiring Node.js.

Read More
DSH-Bilibili: Adding Bilibili Video Transcript and Keyframe Analysis to DSH

dsh-bilibili is a tool plugin within the DSH ecosystem, designed to address the pain point that Agents cannot directly process Bilibili videos. This plugin decomposes videos into structured data through the `bilibili_extract` tool. Its core features include complete text extraction (metadata, transcripts, comments, and danmaku), with support for automatic transcription and multiple local ASR engines; as well as on-demand keyframe capture, featuring scene detection, sharpness optimization, and local or cloud-based visual description capabilities. A "two-pass workflow" is recommended: first extract text for the Agent to analyze and identify key time points, then retrieve corresponding frames to supplement visual information, ultimately generating a summary. The plugin also includes auxiliary tools such as login and environment checks, and features robust mechanisms like backoff retry for Bilibili API calls. Installation requires Node 18+ and

Read More
dsh-tool-chaos: A Reproducible Fault Injection and Resilience Evidence Plugin for DeepSeek Harness

dsh-tool-chaos is a DSH plugin maintained by cyanseek (MIT licensed, v0.1.0-next.0), designed to transform the verification of failure paths and recovery behaviors into reproducible experiments. Targeting the DeepSeek Harness tool pipeline, it provides five deterministic fault injection actions (deny, error, delay, abort, block), with no runtime randomness, and outputs structured reports in JSON and Markdown formats along with tri-state conclusions. The plugin is disabled by default and operates in a dry-run mode, with bounded injection behavior, and global wildcards must be explicitly enabled. Users can install it via a local tarball or a pinned commit, and the current npm prerelea

Read More
DSH-CoT-Profile: Real-Time Chain-of-Thought Trajectory Profiling Plugin for DeepSeek Harness

dsh-cot-profile is a real-time Chain-of-Thought (CoT) analysis plugin for DeepSeek Harness, designed to visually display the reasoning stream by statistically measuring linguistic indicators, while avoiding direct exposure of the raw reasoning text. This plugin monitors metrics such as specific word frequencies, sentence structure patterns, and block lengths in real-time during sessions, and matches them against built-in baselines based on weighted distance to determine the profile family that the session belongs to, marking it as uncertain when the status is ambiguous. Its core advantage lies in privacy protection, as it only outputs aggregated statistical results to front-end interfaces (such as badges and floating panels) or log files, never transmitting or recording raw reasoning content. Users can customize weights, profile families, and logging methods through web settings or configuration files, with support for saving measurement data in JSON format for baseline calibration. Installation supports GitHub URLs or local paths, and web settings may require further adjustments.

Read More
dsh-browser-playwright: A Playwright-Based Browser Plugin for DeepSeek Harness

dsh-browser-playwright is an MIT-licensed browser plugin designed for DeepSeek Harness, aimed at addressing issues such as CSS selector mismatches or oversized DOM contexts in traditional solutions. By leveraging Playwright to drive a real browser, the plugin utilizes accessibility snapshots and stable element references (ref) to constrain the model's interaction interface, avoiding direct selector guessing or outputting the complete DOM. Its core features include support for tab management, screenshots, structured extraction, and controlled JavaScript execution, along with 17 tool interfaces prefixed with `browser_`. The plugin can automatically detect browser channels such as Chromium and Chrome, and supports restricting navigation domains.

Read More
dsh-observation-journal: Leaving Running Facts for DSH Sessions

dsh-observation-journal is a pure observer plugin for DeepSeek Harness (DSH), designed to record runtime facts of agent tasks. This plugin registers no tools, invokes no LLM calls, and does not intervene in agent decision-making; it only writes the task title, model hierarchy, tool calls, failure counts, duration, and final status to a human-readable journal file after the session concludes. Core features include: maintaining auto-generated statistical blocks with markers in the journal while preserving manually edited regions; generating an append-only JSONL raw sidecar file containing the complete planning trajectory, tool counts, and task hashes for subsequent LLM-driven insight analysis. The plugin incorporates cross-process write locking and stale lock reclamation mechanisms to ensure write reliability.

Read More
dsh-session-audit: DSH Session Execution Audit Plugin

dsh-session-audit is an execution analysis plugin for DeepSeek Harness (DSH), maintained by bwndndlct. It transforms raw session logs into readable audit reports, aiding in the review of Agent runtime processes. Core features include displaying duration, Turns/Steps, tool call distribution and success rates, token usage collapsed by turn:step (without estimation), and audit signals such as consecutive failures, high-frequency tools, repeated calls, and repeated file reads identified through rule-based detection. The plugin also identifies test/build/lint/typecheck verification commands in the shell and reports their results. It supports three output formats: text, Markdown, and JSON, and can audit the current in-memory session or by I.

Read More
DeepSeek Harness External Migration: Migrating Configurations and Session Histories from Codex, Claude Code, Qoder, and OpenCode into DSH

DeepSeek Harness External Migration is a plugin designed to migrate configuration signals and session histories from external agent tools such as Codex and Claude Code into DeepSeek Harness. To address the risks of manual migration, including inadvertent modification of source files, credential leakage, and automatic configuration application, the plugin adopts a secure three-step process of "Scan-Preview-Import." It provides three core tools: `scan`, which performs read-only inventory of the source; `preview`, which parses and previews the results; and `import`, which requires explicit confirmation before writing. The plugin does not modify source files, does not copy credentials, replaces MCP secrets with environment variable references, and generated configuration packages are exported solely for review without automatic application. Installation requires compatible versions and a specific Node.js environment, via `dsh pl

Read More
dsh-tidychat: DeepSeek Harness (DSH) Web Session Timeline Organizer Plugin

dsh-tidychat is a DSH web version plugin maintained by BananaSoldier01 (MIT license, current version 0.2.5), designed to address the issues of mixed process and conclusion content in long conversations, as well as inconvenient history browsing. Its core features include: automatically collapsing completed turns while retaining only the final summary, with the control bar displaying step count and duration; inserting solid lines to separate reasoning from main text, distinguishing process from conclusion; providing a Codex-style left-edge Canvas minimap positioning bar, supporting hover-to-zoom, drag-to-preview, and click-to-jump; intelligently loading earlier history when the page is idle and automatically pausing when response performance degrades; and one-click generation of diagnostic reports with pre-filled GitHub issues. Each of these features can be independently toggled in the settings panel. Installation requires the DSH web version and pnpm as prerequisites, via `d

Read More
dsh-wordbox: Adding a Common Phrases Panel to DSH Web Input Fields

`dsh-wordbox` is an MIT-licensed plugin designed specifically for the DeepSeek Harness Web client, aimed at solving developers' pain point of repeatedly typing common phrases, terms, or fixed templates in conversations. The plugin provides a "Word" button on the right side of the input box; clicking it opens a persistent upward panel that supports managing two types of word libraries: global and project-isolated. Core features include one-click insertion of entries into the input box (preserving focus and undo history), continuous batch insertion, hover to display full text of long entries, quick deletion at the end of a line, and one-click synchronization of current project words to the global library. Data is stored in the browser's `localStorage`, isolated by browser Profile, and supports real-time synchronization across tabs. Installation requires `pnpm` in the environment; run the `dsh plugin add` command and restart the service to enable it.

Read More
@anestis271/dsh-desktop: Giving DeepSeek Harness Official WebUI a Desktop Shell

@anestian271/dsh-desktop is an npm plugin for DeepSeek Harness (DSH), designed to wrap the official WebUI as a native desktop application shell, addressing the need for users to have native windows, system tray, and quick-launch entries without installing a standalone MSI/DMG installer or forking the official codebase. Following the "everything is a plugin" philosophy, this plugin retains all business functionality of the official WebUI and only adds desktop integration capabilities at the outer layer. Core features include: providing native window controls, a system tray (supporting real-time bilingual switching between Chinese and English, show/hide, refresh, and other operations), optional desktop quick-launch entries, and login-on-startup. It ensures that only one window and tray instance is maintained per profile, and clicking the shortcut again directly brings up the existing window rather than creating duplicate instances.

Read More
Liltloom (语织): A User-Controllable DSH Writing Style Memory Layer Prioritizing Chinese

Liltloom (语织) is a Chinese-first AI writing style memory layer maintained by Adkid-Zephyr under the MIT license, specifically designed for DeepSeek Harness (DSH). It addresses the issues of scattered style requirements, difficulty in review, and lack of portability by transforming style from temporary prompts into structured, editable, and migratable rule data. Core features include silently learning preferences from user expressions to generate bounded Style Context Packets; supporting rule viewing, editing, locking, and JSON export/import; and providing the `/liltloom` command for previewing, enabling, or switching modes. By default, explicit retrieval is employed, with no full conversation texts stored, and Deep Style raw excerpts with small-model analysis are disabled by default. Installation requires Node.js ^22.19.0 or higher, pnpm, and

Read More
dsh-subagent-max: Real-Time Viewing of DSH Subagents and Per-Call Model Override

`dsh-subagent-max` is a web-side plugin for DSH, maintained by aaravarr, designed to optimize the management and monitoring of parallel multi-subagent tasks. The plugin provides a multi-panel real-time viewing interface, supports simultaneous monitoring of output status from multiple subagents, and features block-level rendering, drag-out panel opening, startup notifications, and bilingual support in Chinese and English. Its core functionality includes the `subagent_with_model` tool, which allows users to explicitly specify a model or provider in a single delegation, or automatically select the optimal route through intelligent rules when not specified. The plugin is suitable for scenarios requiring concurrent viewing of subagent progress or on-demand switching of model resources. Users can install and enable it via the `dsh plugin --profile web add` command. Note that this plugin is limited to W

Read More
DSH-Perlica-Ding: DeepSeek Harness Tiered Task Prompt Tone Plugin

`dsh-perlica-ding` is a DeepSeek Harness (DSH) plugin designed to optimize task execution experience through sound alerts. It plays distinct notification tones at key milestones such as plan generation, task completion, approval requests, and error reporting, while remaining silent during normal Q&A to avoid disturbances. The plugin features built-in Perlica-style sound effects, supports cross-platform operation on Windows, macOS, and Linux, and works out-of-the-box with no configuration required after installation, including when the window is in the background. Core features include: sounding only when the main conversation round is uniformly concluded, preventing sub-agents from ringing individually; a 2.5-second debounce interval for each sound tier; and configurable options such as a master switch, debounce time, custom sound effect directory, and an execution tool list. Users can install it via GitHub or npm and need to restart DSH W

Read More
ADHDGoFly-DSH-Ext: A Markdown Part-of-Speech Highlighting Plugin for DeepSeek Harness Web

adhdgofly-dsh-ext is a pure client-side plugin for DeepSeek Harness (DSH) Web, licensed under the MIT License. The plugin leverages DOM post-processing techniques to perform part-of-speech highlighting on rendered Markdown content without modifying the DSH source code: nouns are highlighted in green, verbs in red, adjectives/adverbs in purple, and other words in gray. It supports both English (including lemmatization) and Chinese (using forward maximum matching), and adapts to DSH theme's light/dark mode switching. Core features include a part-of-speech filter toggle, customizable highlight styles (text color change or background box), debounce handling for streaming output, and automatic exemption of decorative areas such as code blocks and buttons. Configuration can be accessed via the ADHDGoFly section in Settings or through the plugin configuration card. Installation is available through DS

Read More
dsh-plugin-doctor: DeepSeek Harness Plugin Health Check

dsh-plugin-doctor is a plugin health check tool in the DeepSeek Harness (DSH) ecosystem, corresponding to RFC #1629. It provides CLI and Agent-callable interfaces for verifying the integrity of manifest, patch, entry, build, pack, install, and config before plugin release. Core features include host masking, dependency, and native module checks against DSH profiles, as well as heuristic security audits (e.g., pre-side effects, Shell launcher risks). The tool supports read-only audit modes (audit/audit-batch), can generate JSON or Markdown reports, is suitable for CI integration, and offers environment diagnostics.

Read More
DSH-Qixi: Qixi Easter Egg Plugin for DeepSeek Harness Web UI

`dsh-qixi` is a DeepSeek Harness plugin maintained by Zhang9628, licensed under MIT, specifically designed to provide a Qixi Festival theme extension for the DSH Web UI. The plugin includes four core features: enabling the sidebar heart toggle applies a pink rose theme skin, displays blessing banners, Canvas particle backgrounds, and a sharing floating button; entering `520` in the input field triggers a full-screen romantic text barrage; entering `情书` or `loveletter` generates typewriter-style acrostic love letters supporting random generation, rewriting, and favoriting; additionally, it supports generating shareable or downloadable cards sized 1080×1440 with 5 color theme options. Before installation, ensure the local environment has DeepSeek Harness set up, then execute `dsh plug

Read More
dsh-image-subagent: Enabling Pure Text Main Models to Accept Image Attachments

`dsh-image-subagent` is a tool in the DSH plugin ecosystem designed to address the issue of handling image attachments in pure-text main models (v0.2.0, MIT License). This plugin bypasses the image access control gate by removing the `inputModalities` declaration from the pure-text route and projects images as explicit text placeholders carrying complete `attachmentId` and object paths. Instead of directly reading images, the main model delegates to a vision-capable subagent (e.g., `subagent_observer`), which uses the `read_image` tool to access attachments and return descriptions, thereby enabling image-text interaction under pure-text routing. The plugin requires Node >=20 and `@deepseek-ai/dsh >=0.1.1-rc.2` (opti

Read More
dsh-telegram-bot: Remote View and Control DeepSeek Harness via Telegram Private Chat

`dsh-telegram-bot` is a DSH plugin maintained by yuko0331, designed to provide a restricted remote entry point through Telegram private chats, allowing users to view DSH workspaces, create sessions, monitor task status, and cancel current tasks from mobile devices. The plugin only supports private chat text interactions with designated Telegram users and does not support group chats, voice, files, or button operations, nor can it replace final approval for sensitive tool operations. Installation requires adding the GitHub repository through the DSH Web profile, and during configuration, the Bot Token and administrator numeric User ID must be filled in the DSH settings. The Token is stored only in the credential system to ensure security. Typical usage includes using `/workspaces`, `/new`, `/se`

Read More
dsh-smarthome: Integrating Home Assistant with DeepSeek Harness

dsh-smarthome is a Home Assistant control plugin designed for DeepSeek Harness agents, maintained by YLifeOnlyOnce and released under the MIT license. Its core positioning is to enable AI agents to connect to Home Assistant, facilitating device status retrieval, historical data queries, and service calls, while placing write operations behind human approval to ensure operational safety. The plugin's features encompass connection health checks, entity/area/device list queries, real-time status retrieval, weather data reading, historical timeline queries, and real-time event monitoring. In terms of control, it supports scene activation, notification sending (marked as requiring no approval threshold), as well as service calls and template rendering (both requiring human approval). Additionally, it provides area-level and device-level targeted control, along with a Web UI dashboard for visualization.

Read More
dsh-auth-gateway: Providing Authentication Gateway and Login Auditing for dsh Web

dsh-auth-gateway is an MIT-licensed Cordis gateway plugin maintained by xbzbing, designed to provide secure access control for DeepSeek Harness (dsh web). This plugin intercepts unauthenticated HTTP and WebSocket requests at the gateway layer, with core features including password authentication, TOTP two-factor authentication, session management, and comprehensive auditing. It manages sessions through in-memory tokens and HttpOnly Cookies, and implements password failure lockout, global and OTP-independent rate limiting to prevent brute-force attacks. Audit logs record login, logout, and password change events, persisted for 90 days without storing credentials. Installation requires Node >= 20, added via the `dsh plugin` command, and generates a one-time initial password on first startup.

Read More
DSH-Balance-Float: A Floating Window Plugin for DSH Web Balance and One-Click Exit

`dsh-balance-float` is a web plugin for DSH, designed to embody the philosophy of "everything is a plugin," enabling users to manage their DeepSeek account without leaving the page. The plugin provides a floating window in the upper-right corner of the DSH web interface, displaying real-time account balance, top-up, and grant details, with support for automatic refresh every 60 seconds or manual refresh. Users can trigger a graceful exit via an interface button, closing the local DSH service and the `127.0.0.1:3080` webpage after confirmation. Prerequisites include installing DeepSeek Harness CLI, Node.js 18+, and configuring an API Key. The installation command is `dsh plugin --profile web add dsh-balance-float`, and the installation

Read More
dsh-llm-newapi: Adding NewAPI Provider to DeepSeek Harness

dsh-llm-newapi is an LLM Provider plugin based on the MIT license, designed to add a NewAPI provider to DeepSeek Harness (dsh), enabling integration with OpenAI-compatible gateways without any code modifications. The plugin implements the `LlmAdapter` interface, utilizes the `POST /chat/completions` and `GET /models` endpoints to provide model services, and automatically filters out models that only support chat functionality. Users can install the plugin via npm or GitHub, and need to add the package name to the `bundles` array in the dsh web configuration, then restart the service. The API Key is not read from environment variables and must be configured through the settings page of dsh web.

Read More
dsh-ui-font: Customizing Fonts and Font Sizes for the DSH Web Interface

dsh-ui-font is a community plugin designed specifically for the DeepSeek Harness (DSH) web interface, aimed at resolving font style and font size adjustment issues. The plugin supports independent selection of regular text and code fonts from system-installed fonts, and provides a global font size adjustment slider ranging from -3 to +20 pixels. Its core feature includes a "crosshair selection" mode, which allows users to precisely locate and individually adjust font sizes in specific areas via mouse interaction, along with a fine-tuning list per interface plugin region. The plugin supports three customizable shortcut slots (UI capture, zoom in, zoom out) for quick operations. Setting data is persisted to the DSH server-side settings.yaml, and it is compatible with a localStorage fallback mechanism for offline or older version scenarios. Technically, it is developed based on React and does not bundle fonts.

Read More
@visol-456/dsh-llm-fallback: Provider Fallback Chain Plugin for DSH

`@visol-456/dsh-llm-fallback` is a community plugin for DeepSeek Harness, designed to address the issue where single-provider deployments fail directly when requests encounter rate limiting, timeouts, or exceptions. This plugin allows automatic failover to a backup `(provider, model)` target for retrying the same request based on configured priority when the primary provider fails. Core features include maintaining a backup list, triggering failover based on failure codes, a circuit breaker mechanism, and configuration management through a Web UI. Configuration supports hot updates without requiring a service restart, and persistent session events are logged for auditing purposes. Installation can be done via `dsh plugin add` or npm, with mounting and configuration of `fallba` required in `cordis.yml`.

Read More
dsh-virtual-product-team: Driving DSH's Product Pipeline Through Dialogue

`songoao25/dsh-virtual-product-team` is a conversational mode preset for DeepSeek Harness (DSH), designed to automate the full product lifecycle management through a multi-agent workflow. The tool decomposes tasks into 12 stages across 8 phases, including idea validation, requirement definition, technical design, development QA, release, marketing, and iteration. Its core mechanism employs "stage gating," where progress is reported to the user at the end of each phase, and advancement to the next stage occurs only after user approval. Users are only responsible for decision-making and approval, requiring neither technical expertise nor coding skills. For installation, it supports a full installation via `./install.sh` or installing only the skill pack under a specified profile. When in use, users need to start a new conversation and enable Product in the mode selector.

Read More
dsh-notify-windows: Adding Windows Desktop Notifications to DSH

dsh-notify-windows is a DeepSeek Harness (DSH) plugin maintained by SeverusZh, designed specifically for Windows 10/11. It aims to address the issue where users cannot promptly learn about the status of DSH tasks when they are away from the screen, enabling unobtrusive monitoring by sending Windows system desktop notifications at key milestones. Core features include: listening for session `turn/end` events to alert users when tasks complete, encounter errors, or exceed output limits; listening for `approval/asked` events to alert users when manual approval is required (automatically skipped under the `never` policy); and recognizing Agent questions (e.g., `ask_user_question`) to prompt users for responses. The plugin ignores sub-agent sessions by default, with configuration options available to enable them.

Read More
dsh-session-link: Codex-Style Session Deep Linking Plugin for DeepSeek Harness

dsh-session-link is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the difficulty of referencing context across sessions in web workflows. Through its session deep-linking feature, the plugin allows users to copy a `dsh://session/<session-ID>` link from a session header and paste it into another conversation, whereupon the source session content is injected as controlled, read-only snapshot background context. On Windows, it supports registering a protocol handler, enabling direct opening of the Web GUI and locating the corresponding session upon clicking the link. The plugin features robust error handling, preserving original text and logging issues for malformed links, self-references, or permission anomalies, with default limits of 3 references per message and 64 KiB per source, propagating only text while excluding non-text blocks such as images. Installation requires executing

Read More
self-control-guard: Intercepting Host Termination and Providing Controlled Exit for DeepSeek Harness

self-control-guard is an MIT-licensed plugin for DeepSeek Harness (DSH) designed to intercept model attempts to terminate the host process through bash tools. It serves as a UX interception layer rather than a security boundary, implementing hard rejections by identifying standard termination commands such as pkill and kill, while guiding the model to use the controlled dsh_self_exit or dsh_self_restart tools. Exit or restart requires token confirmation and writes to a restart recovery list after execution. The plugin disables the restart feature by default and explicitly errors on misconfiguration to prevent silent failures. Installation requires Node.js 22+ and DSH 0.1.0-rc.6, with the tarball generated via npm pack before installing into DS.

Read More
DSH-Vault: Encrypted Credential Repository Plugin for DeepSeek Harness

dsh-vault is an encrypted credential repository plugin for DeepSeek Harness (DSH), designed to securely store and manage sensitive information such as usernames, email addresses, passwords, SSH/API keys, OAuth tokens, and TOTP secrets. It leverages Node.js's built-in node:crypto module, employing AES-256-GCM encryption and scrypt key derivation to ensure data is encrypted at rest on disk, with keys never persisted. The plugin exposes tools such as vault_search, vault_get, and vault_add to the model. Its core security mechanism separates "search" from "read": vault_search returns only summaries without ciphertext, preventing sensitive information from leaking into the model context; only after confirming the target does it proceed to...

Read More
dsh-weneed: Turning the "we need to..." Chain-of-Thought Guidance Standard into a DSH Plugin

dsh-weneed is a DeepSeek Harness (DSH) plugin maintained by Nwflower, licensed under MIT, designed to unify integration with the "we need to ..." chain-of-thought guidance specification. The plugin offers three core implementation methods: the `weneed` tool for Agents to inject, remove, or query specification status within a session; the `/weneed` command for human users to perform the same operations and assemble persistent presets; and the WeNeed agent-preset, used to load a persistent persona and the standard full toolset in new sessions. The plugin adopts a pure ESM, zero-build architecture, consuming only the host service. It supports installation via the `dsh plugin` command from package releases or local repository paths, as well as through the `dev_in

Read More
dsh-md-quiz: A Markdown Quiz-Style Reading Plugin for DeepSeek Harness

`dsh-md-quiz` is a web plugin for DeepSeek Harness (DSH), designed to transform Markdown document reading into a structured quiz-based reading workflow. It helps users systematically learn and review document content through five stages: diagnosis, levels, guided reading, checkpoints, and settlement. The plugin registers the `md-quiz-read` skill, the `/mdquiz` command, and a restricted file-reading route (supporting only formats such as .md and .txt, with a size limit of 512KB) with DSH. It also provides a sidebar level-progression panel and a dedicated "Reading Area" tab in the web interface, enabling users to view the original text and automatically identify session messages. Installation requires pnpm as a dependency, and the plugin can be used after adding it via the `dsh plugin` command and restarting the service. Users can

Read More
dsh-tavily: Adding an Optional Tavily Search Tool to DeepSeek Harness

moguiyu/dsh-tavily is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to enhance search capabilities without replacing the built-in `web_search`. The plugin offers multi Tavily API key management, rotation-based or usage-priority failover mechanisms, secure usage viewing functionality, and direct Tavily tools such as `tavily_search`. These advanced tools are disabled by default and require manual activation, without affecting the original search paths. The plugin can be installed via GitHub or npm (package name `@moguiyu/dsh-tavily`), and requires DSH version 0.1.0-rc.x or later. Users need to configure `TAVILY_API_KEYS` in the settings.

Read More
DSH-Ventus-Whale: DeepSeek Orca 3D Desktop Pet in DSH Web GUI

dsh-ventus-whale is a Web GUI plugin for DSH that provides an interactive 3D desktop pet based on DeepSeek's Orca logo. It floats in the corner of the interface and supports left-click drag-to-rotate (with inertia), right-click to move, single-click to heart, double-click to bounce, and celebration animations when messages are sent. The plugin allows users to rename, reset, or adjust settings (such as size and sensitivity) through a hover toolbar, with configurations persisted to a local JSON file. Technically, three.js is inlined into the client bundle (approximately 124KB gzip), featuring idle frame-rate reduction rendering for performance optimization and restricting API access to local loopback only. Installation requires specific DSH plugin commands and a service restart, with no additional build steps needed. This plugin aims to enhance interface enjoyment rather than extend core chat functionality.

Read More
DSH-Cloak-Browser: Native Browser Plugin for DeepSeek Harness's CloakBrowser

`dsh-cloak-browser` is a community-maintained plugin for DeepSeek Harness (DSH), designed to integrate CloakBrowser capabilities into the Agent tool pipeline. It ensures session security by maintaining an isolated `BrowserContext` for each Agent, and returns restricted page snapshots along with short-lived element references (e.g., `p1:s3:e8`) after interactions such as navigation, clicking, input, and screenshots, enabling the Agent to continue operations based on these references without retaining extensive DOM data. Core features include on-demand Chromium startup, automatic license detection (supporting direct startup with Free keys and serializing concurrent sessions), proxy-aware GeoIP consistency, domain allowlist/blocklist rules, and handling for images and text—

Read More
DeepSeek Harness Quota Monitoring Plugin: Multi-Vendor Balance and Window Usage Monitoring

deepseek-harness-quota-monitor is a multi-vendor quota monitoring plugin for DSH, designed to centrally manage the balances and window usage of different LLM providers. This plugin supports two models: a balance-based model that queries balances via API, and a quota-based model that counts only requests passing through DSH based on a local sliding window (e.g., 5h/7d/1m). Its core features include a sidebar with real-time cards displaying today's usage, input/output/cache breakdowns, cache hit rate, and 429 rate-limiting events. The plugin supports automatic discovery of official preset providers (such as DeepSeek, New-API) and allows manual addition of self-hosted gateways. Configuration is flexible, allowing adjustment of polling intervals, low-balance thresholds, and parsers via the settings page or configuration file, with API keys referenced through environment variables to ensure security. The installation command is `d

Read More
dsh-web-attention-badge: Adding Session Alerts to the DSH Web UI

`dsh-web-attention-badge` is a DSH plugin designed for the DeepSeek Harness Web UI, aimed at helping developers intuitively monitor session states. This plugin provides reminders through three approaches: a badge displayed in the upper-left corner of the interface, a count shown in the browser tab title, and a color-changing whale favicon. Specifically, the Amber color represents sessions awaiting user input, while the Green color indicates completed but unopened sessions. These reminders share built-in session storage counts, requiring no additional host code or transport layer, and the badge supports click-through, without obstructing sidebar operations. Installation is straightforward, achieved via the `dsh plugin` command for automatic registration and updates, supporting installation from local sources or GitHub. Users can customize by modifying the `lib/client.js` file through the

Read More
DSH-BTW: DSH Bypass Q&A Plugin

`dsh-btw` is a side-channel Q&A plugin for DSH, designed to address the need for ad-hoc questions during the main task without disturbing the main model's context. Through the `/btw` command and a centered pop-up panel, it provides an independent session branch for read-only Q&A. Core features include: incremental synchronization of the main conversation history for multi-turn dialogue, clearing branches, and independent maintenance per session; branches respond in read-only mode, with the tool allowlist restricted to read, glob, grep, read_image, and web_search, rejecting operations such as file writing and command execution; branches do not enter the main LLM context and are not displayed as sub-agents. Installation requires the dsh CLI and pnpm to be installed locally, followed by executing specific commands to add the plugin and restarting the `dsh web` process. The applicable scenario is for DSH Web users to retain read-only retrieval capabilities while avoiding pollution of the main context.

Read More
dsh-plugin-longgraph: Registering longgraph Writing Skills in DeepSeek Harness

dsh-plugin-longgraph is an MIT-licensed community plugin maintained by levi-qiao, designed specifically for DeepSeek Harness. This plugin does not introduce a new agent runtime; instead, it integrates the longgraph prompt library into conversations through skill seams, primarily providing three authoring skills: longgraph, loop-graph, and loop-converge, with support for features such as interviewing, compiling, and launching DSH prompts. The installation command is `dsh plugin --profile web add github:levi-qiao/dsh-plugin-longgraph`, and after installation, it can be used directly.

Read More
lesliechowsh/dsh-memo: A DSH Plugin with Limited Public Documentation

The lesliechowsh/dsh-memo repository is maintained by lesliechowsh on GitHub and belongs to the DSH plugin ecosystem. Due to a README fetch failure, key information such as the plugin's positioning, classification, star count, license, installation commands, core features, usage examples, and configuration interfaces cannot currently be verified. Given the lack of official documentation, it is not recommended to construct installation commands based solely on the repository name or enable it directly without inspection. Before use, it is advised to read the repository's README to confirm installation instructions, review the license to determine permissible usage scenarios, and examine the source code for sensitive operations such as command execution, file read/write, or network requests. Additionally, DSH plugins typically run with the permissions of the current dsh process, so thorough validation in a test environment is essential before integrating into production workflows. At present, the publicly available information in this repository is insufficient to fully evaluate its...

Read More
DSH Background: Adding Persistent Background Settings to DSH Web

The `awesome-dsh-background-plugin` maintained by leavestring (current version 0.1.9, MIT license) is a DSH web background settings plugin designed to provide persistent background customization functionality. This plugin allows users to upload images (JPG/PNG/WEBP/GIF) or switch between three preset ambiences: Aurora, Ember, and Rice Paper. Images are locally compressed to WEBP in the browser, with no data sent to third parties, ensuring privacy. Core features include fine-tuning across five dimensions (presence, overlay, soft focus, fit, focal point), real-time preview, persistent settings (retained across restarts), as well as bilingual and multi-theme support. Installation requires Node.js ≥ 18 and pnpm, and can be done via a one-click script or manual commands, with `ui-background` added to the whitelist.

Read More
DSH-MCP-Lens: Converging MCP Tool Context with Two Model Interfaces

dsh-mcp-lens is a community plugin for DeepSeek Harness (DSH), designed to reduce the context pressure and API costs associated with large-scale MCP tools. By providing two stable interfaces, `mcp_search` and `mcp_call`, this plugin replaces the direct exposure of the full tool catalog, enabling lazy loading of tool discovery. It only presents precise `inputSchema` for a small set of candidate tools when needed, significantly reducing the amount of data processed by the model in each round. The plugin also includes an authorization control mechanism based on `allowTools` and `denyTools`, where `denyTools` takes precedence, ensuring the safety of final invocations. Additionally, it supports lazy activation, starting MCP processes only when necessary, and comes with a dependency-free utility for auditing tool payload sizes.

Read More
dsh-mcp-admin: View and Manage MCP Servers in DSH

dsh-mcp-admin is an MIT-licensed DSH plugin maintained by kairoz9, designed to address the issues of inconsistent MCP server states and difficult configuration management in multi-Profile environments. The plugin provides two core entry points: the `/mcp` command and the MCP panel in the settings page. The former can list MCP servers across all Profiles along with real-time tool counts, including unconnected servers; the latter supports adding, editing, disabling, enabling, and deleting operations on a per-Profile basis. Status indicators auto-refresh every second, and after saving, configurations are written back to the corresponding Profile's `cordis.patch.yml` and trigger hot reload. During installation, a target Profile must be specified, and it is recommended to pin the version to avoid update risks. Note particularly that if you use pnpm >=1

Read More
dsh-scroll-timeline: User Message Scroll Timeline for DSH Chat Sidebar

`dsh-scroll-timeline` is a browser-side third-party plugin for the DSH web chat interface, designed to address the need for quickly locating user messages in long conversations. It generates a vertical rail of nodes along the right edge of the sidebar, where each user message corresponds to a horizontal node, supporting hover-to-preview message content and click-to-scroll smooth navigation. The plugin is licensed under MIT, derived from `vlln/dsh-navbar`, driven by official anchor attributes without requiring additional commands or routes, and has an empty mount on the Node side. Core features include a peak bar that follows the reading position, nodes expanding at specific ratios on hover to create a magnetic effect, and automatic hiding when there are few messages or on non-chat pages. Users can install it with a single git command and enable it in the settings panel. The plugin supports width adjustment via CSS variables and is compatible with `prefers-re

Read More
dsh-community-plugins: A Guide to Discovering and Installing Community Plugins for DSH Sessions

DSH Community Plugins is an MIT-licensed DSH plugin maintained by HubaKing, designed to bridge the context gap when Agents handle community plugins. It is not a standalone store; instead, it registers a global Skill that writes the discovery, evaluation, and installation rules for community plugins into the session directory. Upon installation, the Agent can read this Skill and verify installed content against the local profile manifest, avoiding assumptions about the presence of uninstalled plugins. Its core features include providing neutral discovery channels such as GitHub topics and npm, recording official installation commands, acceleration methods, and pnpm supply chain policies, and declaring constraints such as not modifying official presets. Users can install it directly via GitHub, Gitee mirror, tarball, or

Read More
hellosz/dsh-pets: Codex Pets Style Plugin for DSH Web GUI

`hellosz/dsh-pets` is a DeepSeek Harness (DSH) Web GUI plugin licensed under the MIT License, designed to visually present agent task status through pet animations. The plugin introduces 10 built-in pets, using 9 state animations (such as thinking, waiting, reviewing, error, etc.) to replace traditional progress indicators, helping users quickly identify the current phase of an Agent during long tasks, approvals, or code reviews. Key features include: pets support drag-and-drop, click interaction, and one-click hiding; the settings page allows users to switch pets and adjust zoom ratios from 0.6x to 2.5x; it supports petdex-compatible custom pet package formats (8x9 spritesheet). The plugin only listens to DSH events without blocking the workflow, and provides status queries via a web interface.

Read More
DSH-Web-Terminal: Adding a Terminal Tab to DeepSeek Harness Web

dsh-web-terminal is a DeepSeek Harness (DSH) bundle plugin maintained by helays, designed to eliminate the need for switching to an external terminal after the model completes code modifications. This plugin adds a "Terminal" tab at the top of the conversation in the DSH Web interface, featuring an interactive PTY terminal based on xterm.js and node-pty, with support for Windows (ConPTY) and POSIX systems, and automatic detection and switching between shells such as bash, zsh, and PowerShell. Its core advantages include persistent terminal processes, support for multiple independent terminals, automatic reconnection and history playback after page refresh, and terminal operations that remain fully independent of the model context without being recorded in the conversation history. Users can use the /ter

Read More
dsh-agent-message: Cross-Session Agent Communication Plugin for DeepSeek Harness

dsh-agent-message is a DeepSeek Harness (DSH) plugin designed to enable communication between independent agent sessions within the same process. It allows sessions to exchange messages and query delivery receipts, supporting features such as listing available target sessions, sending messages (with three modes: followup, steer, and inject), checking delivery status, locating target sessions via the @ symbol, displaying visual message cards, and copying session IDs. Installation requires compatibility with Node.js 24 and DSH 0.1.0-rc.6+, and it is enabled via the `dsh plugin` command. This plugin is only applicable to local, non-archived independent sessions and does not support cross-process or cross-machine communication, nor does it include real sub-agents. Usage restrictions include a maximum of 1 delivery between the same pair of sessions within 60 seconds.

Read More
dsh-notifacation-frame: DSH Notification Framework

DSH Notification Frame, maintained by gameswu, is a notification framework for DSH designed to centrally manage notification events such as session state, process anomalies, errors, and updates, addressing the issues of scattered configuration and difficult reuse. The plugin supports built-in events and derived plugin registrations sharing the same registry, configuration model, and delivery pipeline. Its core features include: a settings page providing configuration cards with enable toggles, channel and sound effect selection; support for custom built-in synthesized sound effects or audio URLs; in-page Toast notifications, system notifications (best-effort), and optional log recording. Derived plugins integrate by injecting notificationFrame and registering definitions, with the framework handling configuration parsing, validation, and hot updates. Installation requires building the module and adding it to a specified Profile, with a DSH restart for activation. This framework is suitable for scenarios requiring Web-based notification management.

Read More
dsh-session-cleaner: Removing Sessions for the Running DeepSeek Harness Web Runtime

`dsh-session-cleaner` is a DeepSeek Harness plugin (version 1.0.2) maintained by `fountunt` under the MIT license, designed to address session cleanup issues during `dsh web` runtime. This plugin allows deleting running sessions via the Web UI or API without restarting the service, and synchronously removes three types of data: live store entries, workspace records, and disk artifacts. Its core features include providing a "Delete session" entry in the sidebar menu and registering the `POST /api-ext/session.delete` API route, which supports passing `sessionId` in the JSON request body. Installation

Read More
DSH-Naiwa-Theme: Naiwa Theme Plugin for DeepSeek Harness Web Interface

`dsh-naiwa-theme` is an unofficial entertainment-oriented theme plugin for the DeepSeek Harness Web interface, developed by DevourerM and released under the MIT license. This plugin aims to provide a light and cheerful "Naiwa Frog" style appearance for the default neutral interface, with main features including cream, off-white, and tender green color schemes, supporting both light and dark modes. It changes the empty-state title to "Gagadi Spicy Shrimp" while retaining a half Naiwa Frog background; replaces the title icon and send button with Naiwa Frog imagery; and plays specific sound effects at the start and completion of sessions, while respecting the system's "reduce motion" setting. Users can install the plugin via the dsh CLI, from the source directory, or through local paths, supporting multiple methods such as Git, tarball, npm, and local links. After installation, DSH needs to be restarted and the page force-refreshed. The plugin is based on DeepSeek.

Read More
dsh-humanizer: DSH Chinese Writing and Polishing Plugin

dsh-humanizer is a Chinese writing and polishing assistant plugin maintained by DEEP-IOS. It is not an AI detector and does not provide scoring or profiling. The core approach is to have the model fully read the complete 21-chapter theoretical text and three sample essays before writing, becoming the author during the thinking process before completing creation or polishing in one go. Main features include `humanize_study` for retrieving the full theoretical text, `humanize_guard` for verifying only the preservation of content anchors and textual integrity, and `humanize_reference` for single-chapter reference. The plugin offers two modes—creation and polishing—activated via specific commands. Installation requires adding the plugin to the web profile and restarting, with Node 18+ and pnpm 10.30.3 required. This plugin is suitable for Chinese writing scenarios but does not guarantee detection.

Read More
dsh-skill-hub: Managing DeepSeek Harness Skills in dsh Web

dsh-skill-hub is a dsh web plugin (MIT licensed) developed by cheshireez, designed to centrally manage scattered skill catalogs. It runs based on the official SDK and slot without modifying the dsh source code, primarily addressing issues such as difficulty in skill retrieval, scattered enable/disable entry points, lack of diagnostics, inconsistent import processes, and missing invocation statistics. Core features include: browsing and searching the complete `ctx.skills` catalog on the settings page; supporting enable/disable and body viewing for individual skills or groups; diagnosing frontmatter issues in `SKILL.md`; supporting new skill scaffolding; tracking source repositories and commits for import, synchronization, and recycle bin recovery; scanning and importing marketplace skills from built-in or custom repositories; and counting invocations based on session logs. Installation requires Nod

Read More
DSH-MiMo-Agent-Tools: Integrating Xiaomi MiMo Search and Multimodal Tools into DSH

`dsh-mimo-agent-tools` is a DSH plugin designed to encapsulate Xiaomi MiMo's search and multimodal capabilities as agent tools, addressing the issues of manually handling API requests and large payload truncation. The plugin provides reasoning tools including `mimo_search`, `mimo_think`, and `mimo_json`, as well as `mimo_vision`, `mimo_audio`, and `mimo_video` that support image, audio, and video understanding, along with core features such as `mimo_asr`, `mimo_tts`, and `mimo_voiceclone` for speech synthesis, recognition, and cloning. Installation requires the DSH environment to have shell and sandboxPolicy services on the host.

Read More
DSH-Ding: DSH Conversation Completion Tone and Windows Notification Plugin

dsh-ding is a lightweight plugin for DeepSeek Harness (DSH), designed to address the issue of users needing to frequently switch pages to check Agent status. It leverages Windows native notifications and custom alert sounds to monitor key scenarios in real time, such as conversation completion, long-running task execution, Agent inquiries, and pending tool-call approvals. Core features include a WebUI bell button for quick controls (toggle, volume, sound effect selection, and upload), click-to-navigate notifications that jump directly to the session, do-not-disturb mode for the current session, dynamic advanced settings adjustments (e.g., notification templates, debounce and throttle parameters), and configuration import/export. The plugin supports both Chinese and English interfaces, includes built-in support for multiple audio formats, and automatically skips sub-agent events. Users can install it via command line (pnpm), the WebUI plugin marketplace, or manual configuration of cordis.patch.yml.

Read More
DSH-Mobile-Gate: Adding a LAN Mobile Access Gateway to DSH

dsh-mobile-gate is an MIT-licensed standalone Node gateway maintained by Bernardxu123, designed to address device approval, token binding, rate limiting, and mobile layout issues when accessing the local DeepSeek Harness (DSH) Web UI from a mobile phone on the same local network. The gateway listens on 0.0.0.0, reverse-proxies the DSH Web UI, and injects compact CSS along with mobile-adaptation markers. Its core features include: requiring manual local approval on first access; generating a one-time device token after approval to ensure single-device binding; implementing per-IP rate limiting (default 120 requests per minute); and allowing direct pass-through for loopback addresses. Running as an independent subprocess, it does not modify the DSH main service configuration and supports installation via `dsh plugin add` or static mounting.

Read More
AtropinolTT/dsh-guide-dog: Adding Multimodal Generation and Visual Inspection to the DSH Web Frontend

`AtropinolTT/dsh-guide-dog` is a multimodal plugin for the DSH web profile, built on MiniMax capabilities, designed to integrate visual inspection, media generation, voice interaction, and Web UI preview functionality. Core features include: utilizing VLM for image description and structured inspection (e.g., screenshots, charts); supporting the generation of images, videos, speech, music, and text; providing a unified media path for real-time preview in conversation cards; and supporting real-time call mode with VAD, streaming TTS, and barge-in functionality. The plugin automatically invokes visual tools via system prompts and allows reuse of existing voice skill pipelines, with automatic fallback when missing. Installation requires the `dsh plugin --profile web add` command or static b

Read More
dsh-session-hub: Unifying Remote DSH Sessions and Local Tool History in One Session Tree

dsh-session-hub is a plugin for DSH web designed to address the issue that historical conversations between remote DSH sessions and local tools such as Codex CLI and Claude Code cannot be displayed in a unified session tree. The plugin merges data through the `/api` data layer, supporting remote session aggregation, local history import, SSH tunnel hosting, and incremental synchronization of model configuration, while preserving the functionality of the official sidebar and conversation area. It allows users to view multi-machine history, real-time streaming, and approval cards, and supports sending, canceling, and renaming sessions. Imported local conversations are read-only by default and become editable only after being converted into real DSH sessions, with the source logs remaining unchanged. The plugin provides independent feature toggles and is simple to install, requiring only the `dsh plugin` command to add it. The environment requires Node 22+ and is applicable solely to the web p

Read More
DSH-changeproof: Verifying That Changed Lines Are Actually Covered by Tests

DSH-changeproof is a plugin designed for DeepSeek Harness (DSH) that addresses the challenge of verifying whether code modifications are actually executed by tests after changes are made. It provides line-level evidence to ensure that the modified code lines are indeed covered by tests, rather than relying solely on overall test pass status. Core features include associated test linking, line-by-line coverage verification, a code fingerprint-based automatic invalidation mechanism for conclusions, and explicit verification statuses (such as VERIFIED, STALE, etc.). If there is a lack of valid coverage evidence or inconsistency with the current code, the system will not pass the verification. The plugin supports automatic trigger of verification and provides a standalone CLI tool, allowing users to analyze, execute tests, and view statuses without installing DSH. In terms of security, subprocess execution has been hardened with argv-only configuration, environment variable whitelisting, and path confinement. Installation requires Node.

Read More
dsh-api-balance: A Real-Time DeepSeek API Balance Reader Plugin for DSH Web

dsh-api-balance is a plugin for DeepSeek Harness (dsh web) maintained by 02Muller25, licensed under MIT. Its core functionality is to display the DeepSeek API account balance, status, and update time in real time in the reading strip below the session input box in dsh web, allowing users to check their account without leaving the workspace. The plugin supports automatic refresh every 30 seconds, as well as manual refresh, refresh intervals of 10 seconds to 5 minutes, and custom intervals from 5 to 3600 seconds. On refresh failure, it retains the last data and displays the reason, and shows a red warning when the balance is unavailable. API keys are resolved on demand through the dsh credentials service, ensuring that keys are not directly exposed to the host process. Installing this plugin requires Node.js.

Read More
DSH-oh-my-theme: DSH Web Theme and File Workbench Plugin

`dsh-oh-my-theme` is a third-party plugin customized for the DeepSeek Harness (DSH) web interface, designed to integrate common development features to enhance productivity. The plugin is maintained by `zhxqc` and is licensed under the MIT License. Its core features include: 1. **Themes and Display**: It comes with three built-in skins—`aurora`, `coffee`, and `matrix`—and supports customization of font sizes and styles for conversation flows, file trees, and previews, with preferences saved in the browser's `localStorage`. 2. **File Interaction**: It supports referencing project files in the input box via the `@` symbol to avoid blind AI searches; it provides a right-side file panel with file tree browsing, multi-tab preview, and split-view layouts, and the shortcut `Ctrl/Cmd+P` enables quick...

Read More
NoLetMe: DSH Session Page Inference Keyword Trajectory Panel

NoLetMe is a plugin for the DeepSeek Harness (dsh) web interface, designed to observe the reasoning traces in the model's streaming output in real-time without modifying the existing UI. It mounts via the official `shell.overlay` slot and specifically tracks reasoning blocks while ignoring visible text. Core features include identifying three categories of keyword traces—"efficient action," "hesitant trial," and "neutral restatement"—providing score-threshold-based gray-release round-by-round judgments, and displaying local model-free descriptive statistics such as the count of `I'm doing`, word length, and TTFT. Before use, the dsh CLI must be ≥ 0.1.0-rc.7 and the Node environment ≥ 22. Users can install it via npm prebuilt packages, directly from GitHub, or from a local directory.

Read More
dsh-quota-badge: DeepSeek Harness Balance Badge Plugin

dsh-quota-badge is a DSH plugin for DeepSeek Harness, designed to address the lack of a comprehensive entry point for viewing balance and usage in the sidebar. The plugin fetches data from the DeepSeek official API, displaying real-time account balance badges at the bottom of the sidebar with support for multiple currencies such as CNY and USD, and features manual/auto refresh along with a digital wheel animation. In the "Balance Monitoring" section of the settings page, users can view currency details, balance trend charts, and adjust refresh parameters, with data stored locally in JSON files. Additionally, the plugin provides local usage statistics based on session logs and official peak/off-peak pricing, including historical backfill, per-key statistics, daily consumption line charts, and model details, with hover support for viewing the peak/off-peak pricing coordinate system. Installation requires Node.js 18+ and is done via npm.

Read More
dsh-client-masquerade: Adding Claude Code / Codex Client Masquerade to DSH's llm-pi-ai Routing

`dsh-client-masquerade` is a DeepSeek Harness (DSH) plugin designed to address client identity recognition and request-body fingerprint verification issues when connecting through `llm-pi-ai` to an intermediate gateway. This plugin writes preset request headers such as `user-agent` into the provider configuration, ensuring they are sent as-is by the adapter without being stripped or overwritten. For scenarios requiring stricter verification, it can also inject Claude Code fingerprints (such as `metadata.user_id`) into the Anthropic protocol request body to pass the gateway's identity authentication. The plugin supports one-click application, clearing, or switching between Claude Code, Codex, and custom masquerade modes, and provides a settings page and model tools.

Read More
dsh-opencode-go-usage: OpenCode Go Usage Observability Plugin for DeepSeek Harness

`dsh-opencode-go-usage` is a Web-GUI plugin that provides usage observation for OpenCode Go model quotas within DeepSeek Harness (DSH). It adds a section to the settings sidebar, displaying usage percentages, quota limits, and reset times for 5-hour, weekly, and monthly allowances. The plugin supports viewing DSH session details, with drill-down capabilities to token usage for individual model calls, and statistics on cache hit rates for both sessions and individual calls. Additionally, it offers model-grouped filtering and aggregate comparisons, a bilingual interface toggle between Chinese and English, and a persistent quota widget below the input box that changes color in real time. The plugin retrieves data by calling the OpenCode Go API, featuring data freshness indicators and a diagnostic section to display request status. Users can install it from GitHub or locally, and configure it accordingly.

Read More
dsh-updater-ui: Check and Update Official DSH on the DSH Settings Page

dsh-updater-ui is a web update plugin for DSH, designed to streamline the official DSH check and update process. The plugin automatically selects the update channel by identifying the installation method of the currently running process (source repository, npm global, or npx): for source-based installation, it performs a fast-forward update via `git fetch`, compares version numbers, and displays commit history; for npm-based installation, it installs the specified version from the official registry. The plugin features automatic background checks every 30 minutes, a red dot notification, and one-click update functionality, along with safety restrictions such as refusing to overwrite local unpushed commits, fixing the package name for installation, and limiting request origins. It is suitable for DSH developers who want to reduce manual judgment of installation methods; after installation, operations are performed via the "Settings → DSH Update" page. The plugin has no third-party dependencies, is licensed under the MIT license, and requires ensuring

Read More
DSH Tool Writing: A DSH Plugin for Engineering Consistency in Long-Form Web Articles

dsh-tool-writing is a long-form web fiction creation plugin designed for DeepSeek Harness, aimed at addressing issues such as loss of settings, forgotten foreshadowing, and loss of outline control in long-form writing through engineering approaches. This plugin is licensed under MIT and provides 48 `novel_*` tools, supports multi-book workspace isolation, and utilizes an independent DeepSeek Key to achieve task offloading and parallel processing for drafting, polishing, and synchronization channels. Its core capabilities include an elastic contract system (story commitment letter, canonical ledger, etc.), post-chapter eight-item health checks and AI-flavor detection, dual-platform review for Qidian and Tomato, and sensitive content self-inspection. Additionally, it features built-in semantic retrieval and concept vector retrieval functions, requiring no third-party Embedding Key, and supports import, reading, and decomposition management for feed-area book libraries. Installation requires configuring the main API Key.

Read More
DSH UI Tweaks: Real-time Web UI Adjustments in the Settings Panel

`dsh-ui-tweaks` is a community plugin for the DeepSeek Harness (DSH) Web UI, maintained by wlj521, designed for on-the-fly interface detail adjustments within the settings panel. Core features include customizing code font size, toggling table styles, and integrating GitBar (supporting branch management, diff viewing, and commits). Additionally, the plugin offers archived session management, MCP server configuration, `/init` project analysis directives, a whale status indicator, task reminders (notifications, flashing, and sounds), and precise cache hit rate display. The plugin requires DSH v0.1.2-alpha.1 or later and Node.js >=20, and supports installation via npm or GitHub. Most advanced features such as GitBar and MCP management are disabled by default

Read More
dsh-task-memory: Task-Isolated Long-Term Memory for DeepSeek Harness

`dsh-task-memory` is a MIT-licensed long-term memory plugin for DeepSeek Harness, designed to address the issue of task content confusion caused by global memory. This plugin uses tasks as isolation boundaries, maintaining independent memory banks for each task to ensure that `remember`, `recall`, and `search` operations are performed only within the scope of the current task. Core features include binding specific task banks via `memory_bind_task`, providing precise read/write operations by key and lexical search based on keywords (supporting both Chinese and English), supporting memory deletion and bank management, and optionally injecting the current task's pinned or recent facts into the agent's system prompt to optimize context. The plugin requires Node.js >= 20.

Read More
@tonydua/dsh-web-search-exa: Keyless Exa Search Plugin for DeepSeek Harness

`@tonydua/dsh-web-search-exa` is a zero-configuration Exa search plugin for DeepSeek Harness (DSH), supporting Node.js >=18 and licensed under MIT. By default, this plugin performs searches through an anonymous MCP service (`mcp.exa.ai/mcp`) and can be used without an API key. If the `EXA_API_KEY` is configured, it automatically switches to the Exa REST API for a more stable service. Acting as a drop-in provider for the `ctx.web` seam, it is compatible with existing `web_search` and `web_fetch` tools without requiring any modifications to the original configuration. Installation is done via the `dsh plugin`

Read More
dsh-tui: Terminal Interface for DeepSeek Harness

`dsh-tui` is the open-source terminal frontend of DeepSeek Harness (DSH), designed as a plugin to extend the interactive capabilities of DSH. It features a status bar displaying session ID, model status, and statistics, and supports managing LLM providers and Agent presets via `/model` and `/presets`. Core functionalities include real-time display of tool calls and reasoning processes, support for switching permission presets with `Shift+Tab`, and handling approval and planning modes. Users can manage goals using `/plan` and `/goal`, compress history with `/compact`, execute local shell commands with `!`, and reference repository files with `@`. Input supports Readline-style editing and history recall. Installation requires Node 22.19+ and AP.

Read More
dsh-live2d-companion: Live2D Status Monitor and Desktop Companion Plugin for DeepSeek Harness

dsh-live2d-companion is a Live2D monitoring plugin for DeepSeek Harness (DSH), available in both web widget and Electron transparent desktop pet formats. It subscribes to the DSH session event stream and uses an 8-state state machine to visualize in real time whether the AI is in stages such as thinking, working, waiting, error, or completion. The plugin supports independent state display and aggregation for multiple tasks. It is compatible with Cubism 4/5 models and includes character interaction features such as clicking, dragging, and gaze following, as well as editable speech bubble presets and a model management panel. Additionally, it features a game center for Gomoku and chess that supports local engines, AI players, and LLM commentary. This plugin integrates seamlessly with zero modifications through the cordis layer, is compatible with DSH upgrades, and provides a standalone

Read More
tianji-qingtian/dsh-spec-loop: Verify Information Before Enabling

The DSH plugin `tianji-qingtian/dsh-spec-loop` currently only has a verifiable GitHub repository path (https://github.com/tianji-qingtian/dsh-spec-loop) but lacks other key information. Due to the failure of README fetching, the plugin's core functionality, installation commands, license type, maintainer information, star count, and specific usage examples cannot be confirmed. Without official documentation, it is not recommended to directly assemble installation commands or enable this plugin. It should be treated as a lead to be verified for now. It is advisable to first check the GitHub repository page, wait for official documentation or README updates, and verify the source code and license compatibility before evaluating whether it is suitable for installation and use.

Read More
dsh-model-router: Model Routing and Cost Dashboard for DeepSeek Harness

`dsh-model-router` is a model routing and cost optimization plugin for DeepSeek Harness. It routes simple requests to cheaper models through heuristic rules, reserves complex requests for the main model, and automatically falls back on instantaneous failures. This approach reduces costs while ensuring quality for requests requiring context, vision, or reasoning capabilities. The plugin supports vision-aware routing, prioritizing available vision models if messages contain images, and respects user-selected models. In automatic mode, it prompts the user for a quick response when a simple request is detected. Additionally, it provides a real-time panel in the Composer Dock, displaying token usage, cache hits, and estimated costs based on the pricing table. Installation requires ensuring the `dsh` CLI is in the PATH, followed by restarting the Web profile.

Read More
dsh-plugin-template: DeepSeek Harness Plugin Skeleton

`dsh-plugin-template` is a DeepSeek Harness plugin development skeleton maintained by `sunshine-lang` (MIT license), designed to simplify the plugin creation process. This template centralizes core components such as bundle formats, tool DSL, configuration validation, testing, and release checks. Developers can quickly generate a plugin directory using the `scaffold` script, then supplement tool logic and configurations as needed, and finalize documentation following the release checklist. The template supports two build paths: using `pnpm` with `tsconfig.local.json` within the harness repository, or cloning independently and building with `npm`. During development, specific conventions must be followed, such as omitting the `required` field for optional parameters.

Read More
dsh-project-kanban: Project Board Plugin for DeepSeek Harness

dsh-project-kanban is a kanban plugin within DeepSeek Harness (DSH), designed to address the issue of scattered planning, task decomposition, and defect tracking information for intelligent agent developers during conversations. This plugin enables agents to directly create and update planning cards through `kanban_*` tools, with data isolated by workspace (project) and persistently stored in disk JSON files. Core features include: card tags and custom colors, high/medium/low priority marking, column sorting and drag-and-drop insertion, keyword and multi-dimensional filtering search, due date setting and overdue highlighting, recycle bin management, batch operations, statistical data viewing, 50-step undo, cross-project card movement, and source session traceability. Installation requires using the `dsh` CLI, with recommendations to add it from GitHub or npm, and some versions...

Read More
dsh-plugin-terminal: Adding a Bottom Terminal Panel to the DSH Web GUI

dsh-plugin-terminal is a bottom terminal panel plugin developed specifically for the DeepSeek Harness (DSH) Web GUI, designed to allow users to use multi-tab Shell at the bottom of the page without leaving the browser. Based on node-pty, the plugin supports ConPTY on Windows and openpty on Linux/macOS, addressing the needs of executing commands in parallel within the chat interface, viewing logs, and running full-screen terminal programs like Codex and Claude Code. Core features include: supporting the creation, closure, and restart of multi-tab sessions, with processes continuing to run when switching tabs; persistent storage of session status, working directories, and scrollback history, which can be restored after page refresh or restart; compatibility with xterm.js 6 features, and support for t

Read More
DeepSeek Harness Plugin better-model-provider: Declarative Inference Effort, Input Modality, and Capacity by Model

better-model-provider is a DeepSeek Harness (DSH) web plugin designed to address functional limitations caused by missing model capability declarations in OpenAI-compatible providers. This plugin offers a standalone settings interface, allowing users to declare and edit individual model capabilities without directly editing YAML configuration files. Its core features include customizing reasoning effort levels, configuring input modalities (such as enabling image input to avoid rejection), and editing context window sizes and maximum token capacities. The plugin supports sparse overrides for official catalog routes, saving only differences from default values and enabling one-click restoration. It also allows quick creation of declarations for unconfigured routes, though API keys still need to be managed through the official interface. Compatible with DSH 0.

Read More
dsh-plugin-call-me: Enabling DeepSeek Harness to Relay Commands via Your Phone

dsh-plugin-call-me is a DSH community plugin designed to address interaction challenges when the operator is offline. It utilizes the `/call-me` service to dial an iPhone, reading out the issue and transcribing the user's verbal response back to the current session, enabling remote approval or supplementary instructions. Core functionalities include the `call_me` (bidirectional voice call, blocking for up to 5 minutes) and `text_me` (one-way text message) tools. Users can configure automatic phone outreach upon session completion or approve operations by verbally answering "Yes" during tool authorization. The plugin exclusively supports iPhones, requires Node.js >=20 and DSH >=0.0.1, and is released under the MIT license. Installation involves pairing an iPhone to obtain a 10-digit number for configuration, with no support for Android or self-hosting.

Read More
dsh-session-deeplink: Accessing and Sharing DSH Sessions via URL

dsh-session-deeplink is a web client plugin for DeepSeek Harness (DSH) designed to enable direct access and sharing of sessions via URLs. This plugin allows users to open a specific session through a link like `/?session=<id>` and automatically synchronizes the session ID in the browser's address bar when switching sessions, while preserving other query parameters. It operates entirely on the client side, adding no load to the host server. For installation, it is recommended to install it via npm packages to the web profile, or it can be pulled from GitHub. When using pnpm 10+, authorization for building must be granted in the configuration file. The plugin is currently developed based on DSH 0.1.0-rc.6, and as DSH is in a developer preview stage, future versions may require updates. Before use,

Read More
dsh-token-viewer: CC Switch-style token consumption statistics for the DeepSeek Harness Web GUI

`qwert702/dsh-token-viewer` is an MIT-licensed read-only statistics plugin for DeepSeek Harness Web GUI. Adhering to the "everything is a plugin" philosophy, it does not modify prompts or initiate new requests. Instead, it centrally displays token consumption, cache hit rates, cost trends, and account balance by reading the host's `usageLog` and proxy balance interface. Core features include the real-time TokenDock above the Composer, balance cards in the sidebar, usage statistics panels, and trend charts based on per-request data. The plugin supports filtering data by time range (Today/7d/14d/30d/All) and tabs (Request Logs, Projects, Models), and provides views for request and model statistics along with average cost. Price calculations are based on a built-in peak-valley list or P

Read More
dsh-meow-smooth: A DSH Front-end Experience Plugin for Mobile Devices

dsh-meow-smooth is a DSH frontend enhancement plugin maintained by Phant0Meow under the MIT license. It aims to optimize the mobile experience without any modifications to the DSH core. This plugin primarily addresses issues such as unsuitable interfaces, inconvenient interactions, and lack of notifications when accessing DSH on mobile devices. Its core functionalities are divided into three main sections: First, it optimizes the mobile UI interaction, including features like collapsing input fields on blur, line breaks with the enter key, automatic adjustment of the top bar, auto-collapsing sidebars, edge-gesture drawers, and preventing accidental zooming, all of which enhance mobile usability. Second, it offers a multi-level reminder and notification system, supporting in-page card prompts and system notifications (requiring HTTPS and VAPID keys), as well as compatibility with Web Push and Webhooks (such as Bark). This is particularly useful in multi-session scenarios, ensuring effective reception of task completions, permissions, and other alerts.

Read More
dsh-file-claim: File Claim and Protection for Concurrent DSH Sessions

dsh-file-claim is a DeepSeek Harness (DSH) plugin designed to resolve file conflicts and overwriting issues when multiple concurrent sessions edit the same workspace. Maintained by Nwflower and licensed under MIT, the plugin is zero-dependency and build-free, relying solely on Node.js built-in modules and Git. Its core features include: 1. **File Ownership Management**: Provides `claim_files` and `release_files` tools for exclusive ownership declaration and release of files/directories, supporting idempotent merging and directory-level overrides. 2. **Heartbeat and Takeover Mechanism**: Automatically refreshes heartbeats and cleans up stale ownership of crashed sessions via DSH lifecycle events, with support for `stale`

Read More
dsh-selection-ask: One-click quote of selected dialogue text to composer

dsh-selection-ask is a DeepSeek Harness (DSH) web plugin maintained by lzbaclz, designed to optimize the context reuse experience. Users simply need to select specific text in the conversation interface, and a "Ask DeepSeek" button will appear next to the selection. Clicking this button automatically fills the selected content into the composer in Markdown blockquote format, eliminating the need for manual copy-pasting. The plugin only processes text in conversation records, using the `inputActions.setDraft` API to write drafts, ensuring security. Version 0.1.0 is available under the MIT license, with pre-built packages provided for installation without local building. Installation requires adding the plugin via the `dsh plugin` command from a GitHub or local link, and enabling it may prompt a restart.

Read More
dsh-task-dag: Adding Real-Time Tasks and Workflow Topology to DeepSeek Harness

`dsh-task-dag` is a Web plugin for DeepSeek Harness (DSH), designed to address the issue of scattered multi-agent task states. Based on DSH's existing Client projections, this plugin integrates Sessions, sub-agents, Agent Teams communication, and Workflow execution into three interactive topology views—Overview, Agent Teams, and Workflow—without requiring additional databases or polling. Core features include: the Overview serving as an entry point to display the overall topology; the Agent Teams view presenting team structures, task dependencies (blockedBy DAG), and communication overlays, with the note that its data relies on Host composition events.

Read More
dsh-layered-memory: DeepSeek Harness L0-L3 Layered Distillation Memory Plugin

`dsh-layered-memory` is a memory plugin designed for DeepSeek Harness, aimed at addressing issues such as context loss and repetitive questioning in long conversations and cross-session interactions. It automatically executes background processes including L0 raw conversation capture, L1 atomic memory extraction, L2 scene block integration, and L3 core profile distillation to transform conversational information into reusable memory assets. Before model execution, the plugin automatically recalls relevant memories based on length and time budgets, injecting them into the context to avoid slowing down the conversation. The plugin offers three proactive query tools, such as `memory_search`, supports four session-level memory tiers—daily, work, smart, and closed—and features a "write-only, no-read" toggle, same-session deduplication, automatic context compression resets, and time-based weighted recall functionality. The LLM token costs incurred during the distillation process are recorded.

Read More
dsh-reasoning-settings: Add a Reasoning Intensity Settings Page for DSH Custom llm-pi-ai Providers

`dsh-reasoning-settings` is a MIT-licensed plugin for DSH, primarily used to configure the reasoning strength of custom `llm-pi-ai` providers. This plugin addresses two core issues: firstly, it allows users to declare reasoning strength levels from `off` to `max` for custom models, defining the actual wire value sent and the provider's default values; secondly, it optimizes subagent invocations to correctly inherit the parent's provider, model, and reasoning strength, avoiding the use of incorrect official default settings. The plugin provides a settings page to automatically read added providers and models, enabling secure parameter configuration via the official API without touching API keys. It extends the `subagent` and `subagent_for` functionality.

Read More
DeepSeek Harness Lark Bridge: Controlling DSH Sessions from Feishu/Lark

dsh-lark-bridge is a bidirectional control plugin for Lark/Feishu within the DeepSeek Harness (DSH) ecosystem, designed to link Lark conversations with DSH Sessions for remote viewing and control. This tool supports initiating, continuing, correcting, stopping, or resuming DSH tasks through Feishu, and maps Lark groups to specific DSH projects, with each topic thread corresponding to an isolated Session. Core functionalities include real-time task status updates via native cards, approval of tool calls, responses to agent questions, and secure interaction handling for text, images, and workspace files. It employs WebSocket for persistent connections, eliminating the need for public webhooks, and requires Node.js 22+ and pnpm for its runtime environment. Installation is done using `pnpm

Read More
dsh-obsidian-assistant: Read and Write Local Obsidian Vault in DSH

`dsh-obsidian-assistant` is a DeepSeek Harness plugin for unified operation of Obsidian vaults. It employs a dual-channel mechanism: the file channel operates independently of Obsidian, supporting full-text search, note reading and writing, bidirectional link analysis, batch renaming with automatic wikilink rewriting, and novel chapter export; the REST channel is enabled when Obsidian is online, offering high-speed index search, command triggering (e.g., Dataview/Templater), and advanced API passthrough. If the REST channel is unavailable, the system seamlessly degrades to file mode. Installation requires configuring the mandatory `vaultPath` parameter, with optional parameters such as `apiUrl`. Typical use cases include searching before reading notes, employing idempotent editing, and more.

Read More
dsh-plugin-session-import: Importing local tool sessions into DSH

dsh-plugin-session-import is a DeepSeek Harness plugin maintained by huguangyu666 under the MIT license. This plugin is designed to address the issue of missing context when developers continue existing projects in DSH. It supports importing historical chat records from tools such as claude-code, codex, reasonix, and zcode into DSH sessions while preserving workspace bindings and tool capabilities, enabling seamless conversation continuation. The core features include: parsing and importing sessions from the four supported tools; providing session list display, cache scanning, and filtered search by title or project name; supporting multi-select batch import with independent configuration for each session; automatically assigning a default preset scope to imported sessions, allowing the use of read, edit, gre, and other capabilities.

Read More
dsh-minimal-vision: On-Demand Visual Assistance in DSH Minimal Mode

dsh-minimal-vision is a DSH community plugin designed to address the pain point of lacking visual evidence support in minimal mode. It is maintained by Flora233333, licensed under MIT, and requires Node >=20. The plugin enables on-demand visual capabilities by concealing context and Bash calls to `dsh-vision` without registering new chat models or modifying the system prompt, exposing only `persistent-bash` and `str_replace_editor` to the model. It supports processing images in PNG, JPEG, WebP, and GIF formats, as well as documents such as PDF, DOC, and PPT. Images are processed using `sharp` before being sent to the vision interface, while documents are handled by Agen.

Read More
dsh-loop-dock: A DeepSeek Harness for Multiple Agent Loops

dsh-loop-dock is a pre-alpha plugin (v0.1.0, MIT license) designed for DeepSeek Harness (DSH), addressing the limitation where multiple Agents share a single loop entry point in DSH. Instead of restructuring the agent loop, this plugin introduces a loop dock mechanism, enabling the concurrent execution of multiple agent loops within a single Harness and allowing different Agents to select and bind to specific loops. Its core functionalities include loop registration, selection, Agent binding, and driver delegation, along with providing protocols for strategy loop and driver loop integration, a default headless driver, and official sta

Read More
dsh-prompt-manager: Breaking DSH System Prompts into Manageable, Previewable Pipelines

dsh-prompt-manager is a plugin for DeepSeek Harness (DSH), designed to address the issue of opaque system prompt assembly by providing a visual and configurable prompt pipeline management system. Its core functionalities include: executing replacement, insertion, or deletion operations on prompt segments via presets, with support for pinning, anchoring, and numerical sorting; offering end-to-end visualization from source segments and variable interpolation to the final request; enabling the review of the last 20 assembly histories; and facilitating rule editing through form-based interfaces and preset switching via the settings page. The plugin provides four Agent tools, such as `switch_prompt` and `list_prompts`, and supports hot-reloading of preset files upon modification. After installation, users can edit personalized presets in YAML format under the `$DSH_HOME/prompts/` directory. This plugin is suitable for

Read More
dsh-acp-server: Connecting DSH to ACP Client

dsh-acp-server is a DSH plugin maintained by dushaobindoudou, designed to expose the DeepSeek Harness (dsh) agent as an Agent Client Protocol (ACP) server, allowing external clients (such as Zed) to directly drive the dsh agent. It supports creating sessions, streaming output, plan updates, tool calls, and permission approvals. This plugin is compatible with Node.js >= 22 and can run as a standalone process (stdio or HTTP+SSE) or merged with `dsh web`, which provides both GUI and ACP interfaces on the same port. Users can use it by simply installing the dsh CLI and adding the plugin, supporting both local editor and remote access scenarios (requires

Read More
dsh-openai-oauth: Integrating Codex Model into DeepSeek Harness via ChatGPT Login

`dsh-openai-oauth` is a standalone community plugin for DeepSeek Harness (DSH) designed to address external model login status, credential storage, and model list management. This plugin works by connecting to the official local Codex app-server, leveraging the OAuth mechanism of ChatGPT accounts to handle login, credential saving, token refreshing, and model access, eliminating the need for users to separately prepare an OpenAI API key or maintain a hardcoded model version list. Key features include automatic registration to DSH's web, headless, and custom profiles, with support for configuring providers and models via the interface or the `~/.dsh/settings.yaml` file. The model list is updated in real-time from the current

Read More
DeepTrial/dsh-bash-rtk: Pass DSH bash commands meeting conditions to rtk for compressed output

`dsh-bash-rtk` is a DSH bash executor plugin maintained by DeepTrial, designed to route eligible Shell commands to `rtk` for processing to compress tool output and reduce Token consumption while preserving the original execution semantics. The plugin adopts a conservative approach, only applying `rtk` wrapping to simple commands within a whitelist (such as `git status`, `cargo build`). For complex commands containing Shell metacharacters, non-whitelisted commands, or when `rtk` is unavailable, it automatically falls back to pass-through execution. It provides both standard and sandboxed Executors and supports forced activation via configuration settings. Prior usage requires separate installation of `rtk`, and the plugin is disabled by default, requiring explicit enablement in the configuration to take effect.

Read More
dsh-history: View, Search, and Jump to Your Sent Messages in Ultra-Long DSH Sessions

dsh-history is a DSH Web plugin developed by chenproton, designed to address the difficulty of locating user-sent messages in long sessions. Released under the MIT license, its core features include listing all user messages in the current session (covering unloaded old pages and compressed/overwritten history), supporting time-based sorting, real-time search filtering, one-click text copying, and providing auto-positioning functionality. When a user clicks on a message, the plugin automatically loads missing history, waits for page rendering, smoothly scrolls to the target location, and highlights it before closing the panel. To ensure a seamless experience, the plugin supports pre-fetching message lists in the background for instant loading and displays status labels such as "locatable" and "unloaded." Before installation, users must ensure the DSH environment is functioning properly and that the Node version is at least 20. Users can add the plugin package via command line, clone and install directly from GitHub,

Read More
dsh-message-preview: Right-side Message Navigation Bar for DeepSeek Harness Web UI

dsh-message-preview is a DSH Web UI plugin maintained by asukasec, designed to address the inconvenience of manually scrolling through long sessions to find specific messages. The plugin adds a message navigation bar on the right side of the session, indexing only user-sent messages while excluding tool notifications and background tasks. Key features include: automatic highlighting of the current reading position; hover functionality to display message sequence number, relative time, and text preview; smooth scrolling and historical message loading upon clicking navigation blocks to jump to specific positions; and support for keyboard navigation (Tab to focus, arrow keys to select, Enter to jump). The navigation blocks adapt their layout automatically, hide when fewer than two user messages are present, and default to displaying only a position indicator, expanding when the mouse approaches the right edge. Interface text automatically switches based on DSH language settings. Installation requires DeepSeek Harness 0.1.0-rc.6.

Read More
dsh-expert-mode: DSH's Multi-Expert Agent Preset

dsh-expert-mode is a DSH agent-preset plugin maintained by Asher-2000 under the MIT license, distinct from Cordis service plugins. It is designed to construct a workflow featuring a "Chief Coordinator + 17 Domain Expert Sub-agents." Key functionalities include smart task delegation for routing tasks intelligently, a fast track for handling simple tasks, a five-anchor constraint system to prevent topic drift, multi-expert cross-review and a five-stage quality gate for high-risk tasks, as well as a file-system-based task board scheduler and an inter-expert communication bus. The plugin also incorporates fault recovery, an experience pool storage, and progressive knowledge injection capabilities, supporting documentation in both Chinese and English. It can be installed directly via `dsh plugin add` or manually added after installation through npm.

Read More
dsh-prompt-optimize: Prompt Optimization, Personalized Instructions, and Usage Cards for DSH Web

`dsh-prompt-optimize` is a DSH web plugin designed to address the issues of scattered functionalities in draft rewriting, long-term preference settings, long conversation navigation, and API usage viewing. The plugin offers four core features: firstly, prompt optimization, which utilizes the DeepSeek model to rewrite drafts with a preview-before-apply option; secondly, personalized custom instructions, allowing users to set and persistently save long-term preferences; thirdly, user question anchors, enabling quick navigation and scrolling to specific user messages in long conversations via anchors on the right side or top; and fourthly, a DeepSeek API floating usage card, which displays real-time spending and balance for the current key over today, yesterday, and the last seven days, with data calculated in GMT+8. The plugin is licensed under MIT, requires the DSH environment to operate, and supports installation and uninstallation via the `dsh plugin` command.

Read More
dsh-prompt-rail: Vertical Prompt Quick-Jump Bar for DSH Web Sessions

`dsh-prompt-rail` is an MIT-licensed plugin for the DeepSeek Harness (DSH) Web session view, designed to address the difficulty of locating ordinary user prompts in long conversations. This plugin adds a vertical quick-jump bar beside the sidebar, displaying each loaded ordinary user prompt as an individual marker. It supports hover preview and click-to-scroll navigation while filtering out non-user messages such as assistant and tool messages, thereby improving search efficiency. To install, place the plugin directory in the `plugins` folder within the Harness root directory. Windows users can use a batch script for one-click installation and restart, while macOS/Linux users need to run the Node installation script and start the Web service. In the development environment, it is recommended to work in a parallel checkout.

Read More
dsh-llm-oauth: Adding Subscription-Based LLM Login to DeepSeek Harness

`dsh-llm-oauth` is a standalone OAuth plugin for DeepSeek Harness (DSH), designed to allow users to access LLMs through existing subscriptions (such as Grok, GitHub Copilot, ChatGPT/Codex, Anthropic, OpenRouter, Kimi for Coding) without needing to maintain API Keys. The plugin does not modify the Harness repository, reuses the `@earendil-works/pi-ai` model directory, and manages credentials via `CredentialStore` to enable automatic token refresh. Users can access the plugin through the command line or the Web UI's `Settings → OAuth / Subscr` interface.

Read More
dsh-lark-meeting-notifier: View and remind Lark meetings in the DSH workspace

dsh-lark-meeting-notifier is a DeepSeek Harness (DSH) plugin designed to address the issue of users easily missing Lark meetings while working in the DSH workspace. The plugin displays a floating box on the right side of the workspace, listing today's remaining meetings along with their meeting room names. It uses a multi-alarm mechanism to trigger flashing reminders as meetings approach, with colors changing based on urgency. Users can click on an entry to dismiss the reminder or permanently remove the local reminder. It also supports viewing tomorrow's meetings, and all operations only affect local reminders without modifying the original data in the Lark calendar. Before installation, ensure that `lark-cli` has been authorized for user-level calendar read access, and configure the `danger-full-access` sandbox policy when executing within the Host. The plugin offers configurable options, including advance reminder times and automatic stop functionality.

Read More
dsh-ears: Open Source Voice Input Plugin for DeepSeek Harness

`dsh-ears` is an open-source voice input plugin for DeepSeek Harness (DSH) (v0.2.1, MIT license), designed to enhance the text input experience in the Web UI through speech recognition and optional text polishing. This plugin supports multiple recognition backends, including Web Speech, local Whisper, Groq, Deepgram, Alibaba Cloud Bailian, Tencent Cloud, Xiaomi MiMo, SiliconFlow, and custom OpenAI-compatible interfaces. Its core workflow converts voice input into an editable draft, with the polishing feature enabled by default to refine text, but it does not automatically send messages, ensuring users retain full control. Installation requires DSH version 0.1.0-rc.6 to 0.1.1-rc.2 and Node.js ^22.19.0 or >=24.

Read More
dsh-compact-activity: Making DSH Process Recording More Compact

`dsh-compact-activity` is a plugin for DSH designed to optimize the display of continuous thinking and tool calls in the web interface. This plugin collapses such process information into a single-line item that is collapsed by default, allowing users to expand it at any time to view details while ensuring the model's final output remains clearly visible. It displays the execution status, count, and summary of the last activity in real time, and can identify non-zero exit codes or termination signals from terminal tools like PWSH and Bash, counting failed steps separately. If the final step fails or is interrupted, it shows "Execution Error"; if completed normally, it displays "Completed". The status text follows the language settings of DSH and supports both Chinese and English. The plugin only adjusts the interface display without modifying the model context, logs, or tool execution. Installation is applicable to DSH Desktop 2.0.3 or standard CLI/Web environments (requires pnpm).

Read More
dsh-ssh: SSH Remote Execution Plugin for DeepSeek Harness

dsh-ssh is the SSH remote execution plugin for DeepSeek Harness (DSH), developed based on the ssh2 library. It executes functions such as Bash, file operations, PTY terminals, and LSP on remote hosts through a single SSH connection, while only the DSH process is retained locally. This plugin supports multi-hop ProxyJump chains, SFTP uploads and downloads, and complete authentication. Core configuration requires specifying the host, username, and absolute path cwd in cordis.yml, with the option to add a jump array for jump host configurations. Users can also individually mount SSH, subprocess, or file system providers. When using it on the web, the default directory selector needs to be disabled, and dsh-ssh-related components should be inserted, with placeholders obtained via RPC.

Read More
superfly/sprites-deepseek-plugin: Using Sprites for Environment Isolation in DeepSeek Harness

`superfly/sprites-deepseek-plugin` is a DeepSeek Harness (DSH) plugin designed to integrate isolated and persistent Linux environments (Sprites) into DSH, addressing issues of dependency pollution and state chaos that arise from performing builds, tests, and long-running services directly in the host environment. This plugin exposes `mcp__sprites__*` tools via the MCP mechanism, supporting operations such as creating/listing Sprites, creating checkpoints, running test suites, starting web services, and obtaining URLs. It requires Node.js 20.19+ and DSH developer preview to run, and first-time use necessitates browser OAuth 2 via `mcp-remote`.

Read More
dsh-weather: Weather Query Plugin for DeepSeek Harness

dsh-weather is an MIT-licensed plugin for DeepSeek Harness (DSH), maintained by sunshine-lang. Built on the free Open-Meteo data source, it provides weather query capabilities for agents without requiring an API key or registration. The plugin offers a `get_weather` tool that supports querying real-time weather (temperature, apparent temperature, humidity, wind speed) for any location, as well as multi-day forecasts for up to 7 days, with the option to switch between Celsius and Fahrenheit units. Installation is performed by running the `dsh plugin add` command under the web profile. Users can trigger queries via natural language input in the web UI, with default configurations including a 10-second timeout and Celsius units. Local development requires Node.js version 22 or higher.

Read More
dsh-pdf: Reading PDF Text, Metadata, and Page Ranges Locally in DeepSeek Harness

`sunshine-lang/dsh-pdf` is a DeepSeek Harness (DSH) plugin licensed under MIT, designed to locally parse PDF files. It leverages PDF.js to extract text, metadata (such as title and total page count), and content from specified page ranges in an offline environment, without requiring an API key or network connection. Its core functionality includes the `pdf_read` tool, which supports text extraction page by page with page number annotations and allows flexible selection of page ranges via formats like `"1-3,5"` or `"all"`. To ensure security and efficiency, the plugin incorporates built-in limits for file byte size (default: 20 MiB), maximum pages per parse (default: 500 pages), and maximum characters per invocation (default: 12,000 characters), triggering an error when these limits are exceeded.

Read More
dsh-ros2: ROS2 Debugging and Robot State Visual Analysis Plugin for DSH

dsh-ros2 is a plugin of DeepSeek Harness (DSH), maintained by StvLi, designed to provide a hierarchical permission-based debugging toolset and robotic state visual analysis capabilities for ROS2 development. The plugin divides functionalities into four levels from L1 to L4: L1 is for read-only diagnostics, covering nodes, topics, TF trees, and system health checks; L2 involves approval-gated write operations, including colcon builds, rosdep installations, parameter settings, and safe state management, adopting a "reject-is-fail" mechanism; L3 supports RViz2 lifecycle management, screenshots, and multimodal visual descriptions; L4 provides real-time visual analysis in headless environments, relying on Python rclpy and a VLM gateway. The plugin incorporates four skills: diagnostics, visual analysis, registration, and retrieval, and integrates real-time safety mechanisms.

Read More
dsh-balance-plugin: View DeepSeek Balance and Token Usage in DSH Web Sidebar

dsh-balance-plugin is a web plugin for DeepSeek Harness (DSH), designed to address the inconvenience of querying DeepSeek API balance and token usage. This plugin adds a balance viewing feature at the bottom of the DSH Web sidebar, supporting switches between "Today" (Beijing time) and "All History," and strictly limits data statistics to the `deepseek-official` provider only, avoiding interference from other vendors' API calls. Core features include automatically reusing local credentials to call the official interface for displaying balance, and reading local session logs to aggregate token usage by uncached input, cached reads, output, and model call counts. The plugin adapts to both light and dark themes, implemented via injecting a button and a floating panel at the bottom of the sidebar. The installation process is straightforward.

Read More
dsh-blue-whale: DeepSeek Chat-style Blue Whale Theme for DSH Web Client

`dsh-blue-whale` is a MIT-licensed DSH appearance plugin maintained by starslittle, specifically designed for the web-based DeepSeek Chat interface to provide a blue skin. It uniformly applies the blue color `#4D6BFE` to brand elements such as the wordmark, icons, and primary buttons, without altering the layout, density, or built-in light/dark/system-follow settings. After installation, it is enabled by default and can be controlled via the toggle in `Settings > General > Blue Whale`; disabling or uninstalling it restores the original color scheme. This plugin is suitable for users who wish to adjust only the visual colors without affecting other UI logic. Please note that the plugin operates with the current process's permissions; it is recommended to review the source code and dependencies before installation.

Read More
dsh-movein: Migrating Claude Code Configuration into DeepSeek Harness

dsh-movein is an MIT-licensed DSH plugin designed to seamlessly migrate existing Agent configurations (such as instructions, skills, commands, agents, hooks, permission rules, and MCP servers) from Claude Code, Codex, or OpenCode to DeepSeek Harness (DSH), avoiding manual reconstruction. Maintained by sjh9714, its core features include a default dry-run preview, writing data only when `--apply` is explicitly used, skipping existing target locations to protect current configurations, and supporting a `--copy` mode as an alternative to symbolic links. The tool includes comprehensive safety and recovery mechanisms, automatically backing up configurations before each write operation.

Read More
Sev7een/ds-api-usage: Checking API Balance and Usage in the DeepSeek Harness Settings Page

Sev7een/ds-api-usage is a community plugin for DeepSeek Harness (DSH), designed to allow users to monitor their DeepSeek API balance and usage directly within the DSH settings page. It eliminates the need for additional key configuration by reusing the existing `DEEPSEEK_API_KEY`. The plugin's core functionality includes displaying the total balance, a breakdown of gifted versus topped-up amounts, estimated consumption over the past 24 hours (in CNY), input/output token counts, and API request numbers. It also provides timeline charts with hourly and daily granularity, enabling users to switch between views for cost, token usage, and request counts. The plugin supports real-time refresh, automatically updating every 60 seconds on the host and every 30 seconds on the page, along with manual refresh capability. Data is stored locally in `$DSH_HOME/storage`.

Read More
dsh-client-ui-theme-xp: Windows XP (Luna) Theme for DeepSeek Harness Web GUI

dsh-client-ui-theme-xp is a pure browser-side plugin maintained by SamizuHM, released under the MIT license. It leverages the plugin mechanism of DeepSeek Harness to transform the Web GUI into a classic Windows XP (Luna) style desktop. Key features include the Bliss wallpaper, a column of desktop icons on the left, a taskbar at the bottom, and floating windows that support dragging, resizing, minimizing, and maximizing, with automatic persistence of window states. The plugin provides a resource manager-style workspace browsing, adding workspaces based on the native directory selector, content retrieval via sessions.search, and a native settings panel entry. Visually, it replicates the XP blue color scheme, Tahoma font, classic scrollbars, and yellow tool tips, among other details.

Read More
dsh-server-login: Multi-Tenant Hosting, Auditing, and Isolation for DSH

dsh-server-login is a multi-tenant DSH hosting platform based on the MIT license, designed to address the need for deploying DSH—which was originally suited for local single-user scenarios—to the public internet for long-term multi-user use. The platform provides a complete workflow including user registration, administrative review, disabling, and session management. Core features include establishing isolated DSH environments for each user, with automatic recovery and restart in case of main instance failure; offering a web desktop for users to browse, upload files, and launch DSH by folder; and supporting plugin activation and persistent configuration per folder. The system supports multiple access methods such as subpaths, per-user subdomains, and custom domains. API Keys are securely stored with AES-256-GCM encryption and isolation, and key replacement automatically triggers instance reconstruction. Deployment supports Linux local single-machine setups and k8s per-user Pod modes.

Read More
dsh-imessage: Adding a Photon-Hosted iMessage Channel to DeepSeek Harness

`dsh-imessage` is a plugin for DeepSeek Harness (DSH) designed to enable bidirectional interaction between iMessage text and DSH sessions via the Photon-hosted iMessage transport layer. This plugin allows users to automatically convert received iMessage text into DSH Prompts and send the final assistant responses generated by DSH back through iMessage. Core functionalities include completing device code authorization on the `Settings → iMessage` page, configuring the sender's E.164 number, and obtaining the hosted number; supporting commands such as `/new`, `/switch`, and `/approve` to control session states and manual approval; automatically filtering unauthorized messages; and converting M...

Read More
@dsh-external/dsh-inspect: Adding checkup / fix / review closed loop for DSH

@dsh-external/dsh-inspect is a DSH plugin designed to construct a closed-loop process of "problem identification → repair delivery → quality review" by providing three tools: checkup, fix, and review. The checkup tool is used to inspect code and output a graded issue list, combined with red team verification to ensure that issues are reproducible. The fix tool performs repairs based on the issue list, employing parallel implementation and adversarial checking mechanisms, and outputs a delivery report. The review tool then conducts a retrospective review of the deliverables, supporting item-by-item re-running verification to ensure that the fixed issues have truly been eliminated. These three tools can be used independently or chained together to form an automated closed-loop, where feedback from a failed review can be fed back to the fix tool for further iteration. The plugin is built upon the DSH workflow engine and schemastery, and does not register into ctx.ski.

Read More
dsh-archived-sessions: The Archived Session Management Plugin in DSH Web Settings Page

dsh-archived-sessions is a Web settings page extension developed by MuWinds for DeepSeek Harness. It is designed to centrally manage local archived sessions, eliminating the need for cumbersome Shell operations. This plugin supports one-click installation, is compatible with Harness version 0.1.0-rc.6, and provides functionalities such as viewing session titles, creation times, disk paths, and occupied space. Users can perform release (unarchiving and restoring to the original workspace) and delete (completely clearing files, requiring two-step confirmation and being irreversible) operations within the same interface, with support for single or batch processing. Additionally, clicking on a session title expands a preview of user, assistant, and tool message details. The host side provides API support through unauthenticated same-origin POST routes, making it suitable for local development environments. After installation, it can be directly accessed at the bottom of the Web settings panel.

Read More
@minybear/dsh-pet: Adding State-Driven Codex-Style Desktop Pet to DSH Web GUI

@minybear/dsh-pet is an MIT-licensed DSH client plugin designed to visualize Agent runtime status through animated pets in a Web GUI. The plugin maps the current session state (e.g., running, waiting, error) into nine Codex-style animations and includes a timeout fallback mechanism. Core features include: a pet that defaults to staying in the bottom-right corner, with support for drag-and-drop repositioning and position persistence; interactive feeding and play options to adjust fullness and mood values (which decay over time); five built-in selectable pets and support for importing custom Codex pet packs. Users can adjust size, transparency, and animation modes, and the plugin adheres to the system's "reduce motion" setting. Installation requires executing a specific command to restart DSH, making it ideal for developers who want to perceive Agent status with minimal disruption or customize pet animations. The source code is available on GitHub.

Read More
dsh-obsidian: Enable dsh to directly read and write local Obsidian vaults

dsh-obsidian is an MIT-licensed plugin for DeepSeek Harness (dsh) designed to enable the dsh agent to directly interact with a local Obsidian vault without relying on an MCP server, OAuth, or REST APIs. It leverages `node:fs` to treat the vault as a Markdown file system, parsing frontmatter and wikilinks, and mounts 12 `obsidian_*` tools. Features include searching, reading, writing, appending, moving, deleting (moving to trash), querying backlinks, tag statistics, and managing frontmatter properties for notes. The plugin supports explicit path configuration via `vaultPath` or automatic detection based on a provided base path.

Read More
dsh-conversation-outline: Add a right-side navigation bar for long DSH Web conversations

`dsh-conversation-outline` is a MIT-licensed client-side plugin for the DeepSeek Harness (DSH) web interface, designed to solve the problem of quickly locating historical issues in long conversations. It provides a navigation bar on the right edge, displaying all questions in chronological order as vertical bars. Core features include: hover previews showing the beginning words, turn badges, and timestamps of questions; clicking a vertical bar switches to the Chat view and scrolls to the corresponding message, accompanied by a flashing prompt for easy identification; case-insensitive question search and paginated loading of historical conversations; and real-time tracking, where new questions appear instantly. The plugin supports bilingual Chinese and English, runs with zero dependencies, requires no additional network calls or telemetry, and can be installed via GitHub, npm (if published), or local source code, with Node.js as a requirement.

Read More
dsh-ui-preset-enhance: Third-party UI Enhancement Plugin for DSH WebUI

dsh-ui-preset-enhance is a third-party interface enhancement plugin for the DeepSeek Harness (DSH) WebUI, currently at version v0.1.0 Preview and licensed under MIT. This plugin aims to improve the Web client experience through a modular approach, offering interface personalization and context management features without the need to register new backend Tools or modify the core Agent-Loop. Its core capabilities include: custom backgrounds (supporting local, network-based, or preset gradients), adjustments for interface transparency and blur levels, and theme color configuration; built-in 7 Prompt preset templates with support for custom saving and quick loading; real-time viewing of current Session Token/Context pressure and window composition; as well as through D...

Read More
pptwise: Generating Editable PowerPoint in DeepSeek Harness

PPTWise is a presentation generation plugin designed for DeepSeek Harness, maintained by liustack and licensed under the MIT License. Its core advantage lies in rendering AI-generated presentation content into actual PPTX files rather than images or HTML, addressing the limitation of traditional output methods that prevent word-by-word editing. Users can directly open and edit elements such as titles, bullet points, and charts within PowerPoint. This plugin supports local rendering, requiring no account, API key, or internet connection, and runs on Node.js 22.19+ or Bun. Its features include file validation, PPTX rendering, SVG preview, auditing, and theme management, with support for rendering IR JSON into PPTX or preview pages. Installation can be completed by executing specific commands through the DSH agent.

Read More
DSH Director Toolkit: Transforming Rough 3D Concepts into Producing Shots

The DSH Director Toolkit is an MIT-licensed plugin built on DeepSeek Harness, designed to transform rough 3D creative briefs into executable direction packs for Blender, Three.js, Houdini, or C4D. It bridges the gap between creative descriptions and specific production requirements, outputting camera compositions, lighting materials, geometric movements, software-aware render settings, and five production steps starting from the gray-box stage. Additionally, the tool provides negative prompts, titles, bilingual presentation copy, tags, and risk indicators. Installation requires configuring the DSH client and adding the plugin path, with the optional V4 adapter enabled by setting up a server-side API key. It is suitable for 3D creators and technical designers to help unify.

Read More
dsh-token-panel: A persistent token consumption panel in the bottom-right corner for DSH

dsh-token-panel is an MIT-licensed plugin (v0.4.7) designed for the DSH web profile, focusing on centralized monitoring of token consumption, context pressure, and session costs. It provides a persistent heads-up display (HUD) in the bottom-right corner of the browser, offering real-time insights into session status, cumulative consumption, and estimated expenses based on the official DeepSeek v4 model pricing, with automatic switching between peak and off-peak rates. The plugin includes real-time curves for 2m/5m/15m intervals, historical review, and daily/monthly statistical views. It supports inline editing of budgets and balances with local persistent storage, ensuring data remains intact across restarts. Users can quickly install it via npm or GitHub without local builds, and it becomes functional after a page refresh. The plugin remembers its draggable positioning and is ideal for developers needing to monitor token costs. Given its design for DSH process权...

Read More
dsh-flowglass: Real-Time Session Flow Diagram Plugin for DeepSeek Harness

dsh-flowglass is a real-time conversation flowchart plugin for DeepSeek Harness, designed to address the challenge of intuitively visualizing tool calls and sub-agent execution progress within linear message streams. Maintained by Iwctwbh under the MIT license, it requires Node.js >=22.19. Its core functionality includes rendering conversations into three-lane swimlanes, clearly distinguishing user, assistant backbone, and the initiation/return of tool calls; supporting the expansion, layer-by-layer drilling, and breadcrumb navigation of sub-agent branches; enabling grouped display and status highlighting for parallel calls; and providing a comprehensive detail view with parameters, results, and token information, along with Markdown rendering and one-click copying. The plugin refreshes silently every 2 seconds by default and automatically pauses when the page is not visible. Installation is performed via the `dsh plugin` command, compatible with d...

Read More
dsh-grafana: Editing Grafana Dashboards in DeepSeek Harness

dsh-grafana is a plugin for DeepSeek Harness (DSH) designed to simplify the Grafana dashboard maintenance process. It allows users to modify dashboard JSON through conversation, replacing traditional manual web editing, and integrates fetching, querying, configuring, and pushing operations into DSH's approval and credential management. Core functionalities include retrieving dashboards via URL or UID, generating structural summaries, searching panels, querying real-time data, creating copies, and editing queries, thresholds, and layouts. The plugin supports concurrent edit detection before writing, enforces user approval, and automatically preserves folder information. Installation requires Node.js 20.11+ and DSH 0.1.0-rc.6, with compatibility for Grafana 10/11's legacy API.

Read More
dsh-overleaf: DSH Plugin for Connecting Multiple Overleaf Projects via OverleafMCP

dsh-overleaf is an MIT-licensed DSH bundle maintained by fly233338, designed to address the needs of intelligent agents in efficiently handling Overleaf LaTeX projects. This plugin integrates multiple Overleaf projects into DSH via @fly233338/overleaf-mcp, leveraging the host's MCP Client to enable models to invoke tools for file reading, section browsing, and content modification. Changes are then written back to the project via Git, eliminating the lengthy workflow issues associated with traditional browser operations or manual copying. The runtime requires DSH 0.1.0-rc.5 or a compatible version and Node.js 22.19.0 or later. After installation, users must enter their Overleaf Git token and project details in the configuration file.

Read More
@dpskh/a2a: Agent2Agent Real-Time Mesh Plugin for DeepSeek Harness

@dpskh/a2a is an Agent2Agent real-time collaboration plugin for DeepSeek Harness, designed to simplify the discovery, communication, and history querying of multiple agents within a single project. This plugin integrates Hub and Mesh Client functionalities: the Hub provides a project registry, immutable message history, and WebSocket support, featuring idempotent message handling and a 4 MiB attachment budget; the Mesh Client maintains WebSocket connections for online agents and serially injects messages. The plugin offers model tools such as `a2a_peers`, `a2a_message`, and `a2a_history`, along with command-line interfaces like `/a2a connect` and `/a2a status`, supporting...

Read More
dsh-board: Usage and Cost Panel for DeepSeek Harness Sidebar

dsh-board is a MIT-licensed open-source DeepSeek Harness (DSH) plugin maintained by dfkai, designed to address the fragmented usage, context, and cost tracking issues in Web GUI agents. The plugin integrates a sidebar panel in the bottom-left corner of the interface, providing cost estimates based on official pricing (including peak/off-peak rates), analysis of 1M context utilization, visual charts (such as token trends and daily heatmaps), and a "Word Merit" tier and achievement system. It supports light and dark themes, bilingual Chinese-English interface, and zero-decoration animations. All data is sourced directly from the local DSH public API without initiating any third-party requests. Users can install and enable it by running the `dsh plugin add` command followed by a process restart, or configure conditional toggles through configuration files. Note that the panel displays estimated values rather than billing proof, with actual charges subject to the platform's billing records.

Read More
DSKIN: A Bottom Pixel Cat Skin Plugin for DSH Web

DSKIN is a cartoon pixel skin plugin developed by dancingmemory for DeepSeek Harness (DSH), licensed under MIT. It is not a browser extension but runs exclusively within the DSH web application page, aiming to provide a lightweight interactive experience for tool-oriented interfaces without altering the original layout. The core functionality includes adding 1 to 4 interactive pixel cats at the bottom of the screen, supporting animations such as walking, blinking, jumping on click, hovering to emit hearts, and dragging to hang upside down. Users can adjust the number of cats via the panel in the bottom-right corner and independently change the breed for each cat. Installation requires a locally running DSH CLI; add the plugin using the command `dsh plugin --profile web add github:dancingmemory/dskin` and then restart the application.

Read More
DSH Landscape: Pre-check for Read-only Capabilities of DeepSeek Harness

`cyanseek/dsh-landscape` is a read-only capability pre-check tool specifically designed for DeepSeek Harness (DSH). It aims to address the pain points developers face when adding or developing plugins, such as the lack of a unified pre-check entry point and the need for manual comparisons between codebases and runtime behaviors. By accepting natural language change requests as input, this tool outputs fact-based decision recommendations (such as whether to use, install, build, or wait) based on the current environment, ecosystem evidence, and constraints, while clearly indicating the safest next step. Its core features include: strictly read-only, never performing any modification operations like installation, upgrade, or configuration changes; zero-cost configuration, requiring no API keys or accounts; and structured results, providing `decision`, `nextAction`, `risks`, and `doNotBuild`/`buildOnly` recommendations.

Read More
dsh-desktop-safe-market:Review-First, Install-Second DSH Plugin Marketplace

`bruc3van/dsh-desktop-safe-market` is a community plugin marketplace for DeepSeek Harness (DSH) with a core concept of "review first, install later." It is not an official store but enhances the security of plugin installation by integrating a security review process. Plugins themselves do not have an interface for executing installation. Instead, they fill security review prompts into a new session, allowing the user to confirm and then let the agent read the repository code for review. After the review passes, the official installation command is executed (prioritizing npm, followed by pre-built packages or source code). This mechanism ensures that the review and installation are structurally inseparable. The plugin provides curated plugin sources (daily snapshots based on manual selection), an installed management panel (supporting enable, disable, uninstall, and secure upgrade), and a read-only skill page. The secure upgrade function first confirms the upstream new version.

Read More
DSH Wallpaper Plugin: wallpaper-plugin

wallpaper-plugin is a third-party plugin for DSH, designed to unify the management of appearance presets and wallpaper resources. Its core features include the preset wall, resource library, layer compositing, and sharing/import/export functionalities. The preset wall supports one-click switching and in-depth editing, covering tokens, CSS patches, and more. The resource library allows uploading images up to 20MB (with a limit of 100 items), which can be configured as chat backgrounds, setting cards, or sidebar posters, and supports both light and dark modes along with opacity adjustments. Additionally, the plugin supports compositing wallpapers with multiple images or GIF timelines, provides 12 AI-assisted tools for conversational skin customization, and enables complete sharing and restoration of configurations and resources through ZIP packaging. Installation requires executing `dsh plugin --profile <name> add github:Ayase34/wallpaper-`.

Read More
dsh-openai-oauth: Logging into ChatGPT and Utilizing Codex Models within DeepSeek Harness

dsh-openai-oauth is a community plugin maintained by AdonisSheldon (version 0.1.0, MIT license) that enables users to interact with available Codex models through DeepSeek Harness without using an OpenAI API key or the Codex CLI. The plugin connects to ChatGPT accounts via browser-based login (PKCE/Device Code) or a headless login command, provides automatic token refresh, and integrates Codex models into the DSH standard model selector. Credentials are stored locally in the Harness home directory. The plugin requires DeepSeek Harness 0.1.0-rc.8, Node.js ^22.19.0 or >=24 to run.

Read More
dsh-llm-verifier: Configurable LLM Verification Plugin for DSH

dsh-llm-verifier is a native DSH plugin designed to introduce an independent review mechanism to address challenges in selecting among multiple candidate solutions, tracking progress in long-running tasks, and validating session outcomes. Based on a configurable judge model, it performs evaluations using explicit tools—verifier_compare, verifier_select, verifier_track, and verifier_current_session—employing an A-T fine-grained scoring scale that is normalized to a 0-1 score. The plugin supports probabilistic expectation scoring, mitigation of position bias, and persistent caching, automatically scheduling the validation process at agent/turn-stopping boundaries. After installation, DSH automatically aligns the configuration, allowing users to set up the provider, model, and concurrency strategies via a web interface, or integrate it as an npm

Read More
@eddyskywalker/dsh-chatgpt-subscription: Enable GPT Model Usage in DSH via ChatGPT Subscription

`@eddyskywalker/dsh-chatgpt-subscription` is a plugin for DSH that integrates ChatGPT subscriptions into DSH by registering the `codex-chatgpt` provider. It allows users to access GPT series models using the current host user's ChatGPT OAuth login state, supporting login management, quota viewing, search, image generation, and sub-agent configuration. In terms of security, tokens are encrypted and stored using DPAPI on Windows and with `0600` permissions files on Linux. Tokens do not enter browsers, configurations, or logs, and are only sent to the official OAuth endpoint. The plugin fixes the model interface, supports streaming responses, tool invocation, and multiple shell compatibility, providing including `g

Read More
dsh-file-upload: Adding Upload Button and Drag-and-Drop File Entry to DSH Sessions

dsh-file-upload is a community-developed plugin for the DSH web client, designed to simplify the upload and referencing of local files, images, and directories. The plugin enhances functionality by adding an upload button and supporting drag-and-drop features, archiving files into the DSH attachment library. For eligible images, it sends them to the official attachment rail and reuses the file_id from the DeepSeek Files API; other files are archived to specified directories, with a prefixed path text inserted into the draft. If the current model does not support images, images fall back to being represented as path text. The plugin supports recursive reading of dragged-in folders while preserving the original directory structure, offering settings options such as attachment directory, path prefix, official attachment routing toggle, and clipboard listener. File processing is limited by the DeepSeek API's 64 MB limit.

Read More
dsh-skill-7d-code-reviewer: Adding Templated Code Review to DSH Sessions

`7dgroup-ai/dsh-skill-7d-code-reviewer` is a template-driven code review plugin designed specifically for DeepSeek Harness (DSH). It aims to address issues such as unstable review scope, inconsistent levels, and format inconsistencies caused by ad-hoc prompts. Licensed under MIT, the current version is `0.1.0-rc.5`, and it requires Node 22+ and pnpm 10+ environments. Installation follows GitHub specifications to circumvent build script restrictions. Its core capabilities include: separating review content (SKILL.md) from presentation templates (HTML); executing a five-step process that involves task acceptance, quick scanning, line-by-line review, grading, and report generation; and providing fixes based on three severity levels—Critical, Medium, and Minor.

Read More
dsh-scrape-webpage: Web Scraping and Statistical Analysis Plugin

`dsh-scrape-webpage` is a Host-only, zero-dependency, MIT-licensed plugin within the DeepSeek Harness ecosystem, designed to automate webpage content scraping and lightweight analysis. The plugin supports HTTP/HTTPS protocols and can extract titles, descriptions, body text, H1-H6 structures, and links (up to 100), along with outputting statistical information such as character count, reading time, language tendencies, and the top 30 high-frequency keywords. Its core advantage lies in the integration of image downloading and image recognition extension features. The plugin can download up to six page content images to the local environment and supports connecting independent image recognition plugins through the `scrape.imageAnalyzer` service interface, enabling the附加 output of visual analysis results for images. In terms of security, it runs by default within a sandbox environment, and if HTTPS encounters issues...

Read More
dsh-memory-system: A Local Markdown Memory Plugin for DeepSeek Harness

dsh-memory-system is the local memory plugin for DeepSeek Harness, designed to resolve cross-session context loss. It operates without the need for databases or vector services, storing memory data in Markdown format locally (default path `~/.dsh-memory/`) with Obsidian compatibility. Core capabilities include: injecting a hot memory package of no more than 14KB at startup to enable the Agent to quickly resume work with context; providing cold-layer recall based on Chinese Bigram BM25, with output limited to 4.2KB and accompanied by tracking information; defaulting write operations to dry-run mode, requiring user confirmation before committing to disk via mechanisms such as lease locks and SHA-256 checksums to ensure recoverability; and governance functions that perform read-only scans for duplicates, conflicts, and expired data, with upgrades or deletions requiring manual confirmation.

Read More
dsh-opencode-zen: Integrating Free Models from OpenCode Zen into DeepSeek Harness

dsh-opencode-zen is a DSH plugin maintained by xiaozhe7772222, designed to integrate the free-tier models of OpenCode Zen into the dsh web model selector with zero configuration and zero cost. This plugin exposes an opencode provider, supporting six free models including DeepSeek V4 Flash, Xiaomi MiMo, and Tencent Hunyuan, allowing users to use them directly without registration or providing an API key. Core features include built-in 429/5xx automatic backoff and request throttling for quota management, support for streaming, tool calls, and reasoning content passthrough, with the ability to optimize output by setting reasoning effort levels. The plugin can be used with ds

Read More
dsh-mmx-bridge: Enabling DSH Access to MiniMax Multimodal Capabilities

The dsh-mmx-bridge is a DeepSeek Harness (DSH) MIT-licensed plugin maintained by welsione, designed to integrate MiniMax's multimodal capabilities into DSH agent workflows via the mmx_bridge tool. This plugin supports image understanding and generation, video creation, voice synthesis, music generation and cover production, online search, and quota queries. Users can issue direct commands in dialogue or drag and drop images for automatic recognition, with the recognition results featuring an embedded caching mechanism (stored in plaintext) for consistent queries on the same image. The plugin requires DSH version 0.1.0-rc.7 or higher and a logged-in mmx-cli environment. It can be installed via the `dsh plugin` command and takes effect after a restart. Generated artifacts are saved by default to `/tmp/mmx-out/` and are processed via the `/mmx` endpoint.

Read More
dsh-whale-meter: DeepSeek Harness Usage and Cost Dashboard

dsh-whale-meter is a community-maintained DeepSeek Harness (DSH) plugin designed to provide a centralized usage and cost dashboard. Developed by Shiye-10Pages under the MIT license, it supports local computation with zero data reporting, only initiating network requests when querying balances. Its core features include multi-model cost estimation (covering 46 models such as DeepSeek, Anthropic, and OpenAI), monthly consumption tier display, daily budget reminders, and price comparison and peak-valley pricing before and after the August 17 DeepSeek price adjustment. Additionally, it supports per-model/session billing, historical data backfilling, 14-day trend analysis, and balance queries. The installation is simple, enabling activation via the `dsh plugin add` command.

Read More
dsh-extension-hub: Unified Management of Skills, MCPs, and Plugins in DSH Web

`dsh-extension-hub` is a DeepSeek Harness (DSH) plugin maintained by Relistencode under the MIT license, designed to provide a centralized entry point for extension management. It addresses the fragmented management of skills, MCP servers, and plugins by allowing users to uniformly create, edit, enable, disable, import, update, and uninstall extensions within the "Settings > Extension Management" page of DSH Web. The plugin supports managing both `stdio` and `streamable-http` types of MCP, enabling configuration import from Claude/Codex and project-level installation through a folder selector. Its built-in Plugin Market offers npm

Read More
snapgrep: In-Process Code Search Plugin for DSH

snapgrep is a MIT-licensed tool maintained by Owen718, designed specifically for Pi and DeepSeek Harness (DSH). It aims to accelerate code search through in-process trigram indexing, addressing latency accumulation caused by frequent disk reads. The solution eliminates the need for sidecar processes or daemons, thereby reducing costs associated with startup, synchronization, and debugging. Within DSH, it replaces the built-in `grep` and `glob` tools, ensuring search results are byte-for-byte consistent with ripgrep; for unsupported queries, the system fails closed rather than returning approximate results. For deployment, it does not compile source code but only downloads a runnable addon of approximately 1.2 MB, supporting macOS, Linux (x64/arm64), and

Read More
dsh-replay: Providing Playback, Audit, and Comparison for DeepSeek Harness Sessions

dsh-replay is a DSH plugin maintained by MingoZhou under the MIT license, designed to provide visualization, playback, auditing, and comparison capabilities for DeepSeek Harness sessions. The plugin transforms agent session records into an interactive interface, with core features including timeline playback, an overview dashboard, cost estimation, security auditing, fork tree visualization, session comparison, one-click HTML export, filtering and search, and bilingual Chinese-English interface support. Users can try it out via an online demo or quickly install it using the `dsh plugin add` command without needing a local build. After installation, restart the harness to use it from the sidebar or session tab. This tool is ideal for troubleshooting tool calls, auditing sensitive operations, analyzing session forks, and exporting records, making it a valuable asset for agent session management and analysis.

Read More
dsh-chat-outline: A clickable outline of conversation turns for long dialogues

dsh-chat-outline is a DeepSeek Harness (DSH) plugin maintained by liliuCourier, designed to address the difficulty of locating specific messages in long conversations. It adds a persistent 260px sidebar outline to the left side of the DSH web client, listing user queries and the final assistant reply for each turn. Users can click on entries to navigate directly, and the sidebar can be collapsed with a single click to restore the full width. Core features include a current position marker that follows scrolling, keyword filtering, theme adaptation for light and dark modes, and support for holding Ctrl/Shift to switch between the conversation view and the trace view. The plugin offers two modes: "Lightweight Mode" (displays only the content within the loaded window) and "Comprehensive Mode" (parses the entire history in the background, suitable for long conversations but may slow down response times), with automatic memory of user preferences. Installation can...

Read More
Code2Skill: Generating Functions, MCP, and Agent Skills from Existing Code

Code2Skill is a MIT-licensed plugin developed by leechen298, designed to organize business logic scattered across frontend, backend, or full-stack source code into standard capability packages for agent invocation. Targeted at DeepSeek Harness (DSH) scenarios, this tool automatically identifies business entry points and call chains within user-authorized source code, generating Functions, MCP tools, workflow Skills, and offline tests. Its core advantage lies in performing offline technical verification by default without invoking production APIs, thereby ensuring security during the generation process. Users can easily install it to a specified profile using the `dsh` command and designate specific pages, directories, or function entry points as transformation targets. The plugin also includes a review feature to assess the completeness of the main workflow in generated packages and...

Read More
dsh-strata: Transforming DSH Web Session Scrollbar into Session Map

`dsh-strata` is an open-source session navigation plugin developed specifically for the DeepSeek Harness Web GUI, designed to address the challenge of quickly locating key content within lengthy sessions. This plugin replaces the traditional scrollbar with an interactive, proportionally scaled, color-coded session map. By using colors to distinguish user messages, failed tool calls, and regular content, and providing clickable anchors in the sidebar, it allows users to intuitively view the session structure and jump directly to specific positions with a single click. The plugin is implemented entirely on the browser side, without transmitting any data over the network, ensuring privacy and security. It supports three map scale modes—near, medium, and full—and includes comprehensive keyboard navigation features (such as arrow keys, Page Up/Down, etc.), while also complying with accessibility standards. Additionally, users can hover over messages to preview their content or pin the sidebar for expanded, detailed information. Installation is straightforward.

Read More
dsh-requirements-alignment: DeepSeek Harness's Requirement Drift Prevention Plugin

`dsh-requirements-alignment` is a DeepSeek Harness (DSH) plugin designed to address the "requirement drift" issue during the execution of long-task agents. Unlike the Plan Mode, which reviews plans before implementation, it establishes and maintains a "Requirement Baseline" comprising goals, constraints, and user decisions to continuously protect the initial intent at runtime. Its core mechanisms include: recording the baseline using the `establish_baseline` tool; automatically detecting directional drift such as scope expansion or architectural changes in `auto` mode; and triggering user inquiries via `report_drift`, supporting approval, rejection, or revision, with decisions written back to the baseline. The plugin provides the `/align` command.

Read More
dsh-plugin-git-bash: Enabling DSH to Use Git Bash by Default on Windows

`dsh-plugin-git-bash` is a plugin for DSH designed to replace PowerShell with Git for Windows Bash as the default shell in Windows environments, while fully preserving DSH's original permission semantics of `read-only`, `workspace-write`, and `danger-full-access`. This plugin is installed as a bundle layer into the DSH profile without modifying the main DSH installation directory, and supports the `standard`, `code`, `cordis`, and `minimal` presets as well as the Web Agent for uniformly executing commands via Git Bash.

Read More
hytime/dsh-thinking-effort: Supplementing the Thinking Intensity Settings for DSH's llm-pi-ai Model

`@hytime/dsh-thinking-effort` is a DSH plugin designed to supplement default configurations for third-party `llm-pi-ai` models that lack declared thinking effort levels. Its core functionalities include adding default levels of `off`, `high`, and `max` without overriding custom values; supporting the selection of thinking effort levels per model within DSH settings and mapping DSH levels to corresponding gateway values (e.g., `high` mapping to `ultra`); setting default thinking intensity for sub-agents, which only applies when not explicitly specified in a request; supporting multilingual interfaces in Chinese, English, Japanese, and Korean (with Japanese/Korean requiring DSH core support); and displaying a version watermark on the settings page. Users can manage the plugin via the DSH CLI command `dsh plugin --pr

Read More
dsh-balance-tide: DSH Web Balance and Peak-Valley Pricing Reminder Plugin

`dsh-balance-tide` is a DSH Web plugin (v0.4.0, MIT license) developed by maintainer `huanyuLv`, designed to integrate DeepSeek account balance, peak/valley pricing status, and current session cost estimation. The plugin displays real-time badges for `standard`, `peak`, or `off-peak` price tiers and provides a countdown to the next peak/valley switch. It reads balance data from official endpoints, differentiates between gifted and topped-up portions, and estimates session costs by reusing `sessionProjections` based on the current pricing cycle to avoid redundant calculations. The plugin supports both Chinese and English interfaces and requires zero configuration, reusing the API Key from DSH credentials without storing keys in the repository. According to the rules, Beijing time 09:00–12:00 and 14:00–18:00 are designated as peak hours.

Read More
dsh-codex-provider: Integrating OpenAI Codex into DSH via Device Code OAuth

dsh-codex-provider is a DeepSeek Harness (DSH) community plugin developed by Hu9956, designed to address users' desire to invoke the OpenAI Codex model via the DSH web interface without using an OpenAI API Key, while leveraging ChatGPT Plus/Pro subscription credits. Built on the DSH "everything is a plugin" philosophy, this plugin integrates with OpenAI accounts through a device code OAuth authorization flow, automatically handles the rotation and refresh of access tokens and refresh tokens, and activates the built-in `openai-codex` model routing within DSH. The plugin's main features include support for device code login, importing local Codex CLI login states, and providing a provider management interface.

Read More
dsh-client-ui-mobile-adapt: Mobile Adaptation Plugin for DeepSeek Harness Web GUI

`dsh-client-ui-mobile-adapt` is a mobile-adaptation plugin for DeepSeek Harness Web GUI, developed by Hotsteel2901 under the MIT license. This client-side-only plugin is designed to address the issue of desktop layouts being unsuitable for narrow screens. It only activates within viewports with `max-width: 768px`, leaving the desktop layout unaffected. Core features include collapsing a three-column layout into a single column, converting the sidebar into a drawer, making the settings panel fullscreen, and providing a floating window for trajectory details. It also includes optimizations for iOS dynamic viewports and safe areas. For installation, it is recommended to add the plugin via an HTTPS tarball URL to a specified profile, manually mount it through `cordis.patch.yml`, or create a dedicated profile.

Read More
dsh-file-upload: Extending the DSH Web GUI Attachment Channel to Support Arbitrary File Uploads

dsh-file-upload is an MIT-licensed client plugin for the DSH Web GUI, designed to extend the functionality beyond supporting only image attachments to enabling uploads of arbitrary files such as PDFs, code, and archives. The plugin operates in a Node 20+ environment and automatically activates through a persistent profile. It supports file drag-and-drop from any location on the page. Its core advantages include: direct local file path referencing in Chromium browsers for zero-upload scenarios; and for cases where file paths are inaccessible, it uses an intermediary upload with a two-tier deduplication mechanism based on size, modification time, and SHA256 to ensure efficient transfer. The interface features adaptive-width blue file chips that hide the intermediary path and display only the filename, with one-click deletion support. Additionally, the plugin includes an upload directory cleanup overlay that provides redundancy removal and duplicate file cleanup.

Read More
gameswu/dsh-plugin-vscode-sidebar: Adding a VSCode-style Workbench to DSH Web

`gameswu/dsh-plugin-vscode-sidebar` is a client-side plugin for DSH Web, designed to address the issue of context fragmentation caused by multiple scattered windows during coding. This plugin integrates VSCode-style functionalities into the DSH Web interface, featuring a right sidebar and bottom panels, with support for session isolation. Core functionalities include: a file explorer with lazy loading and icon display, supporting Git status markings; a Monaco-based editor offering full language syntax highlighting, Markdown preview, and KaTeX formula support; a source code management panel with diff statistics, branch switching, and lane diagrams; a real terminal and embedded sandbox browser based on xterm.js; and a task manager for viewing Subagent topology and streaming output of background tasks. Plugin settings take effect immediately, and the interface language follows

Read More
DeepSeek Harness Plugin dsh-qa-skills: A Test Engineering Skill Framework for Agents

dsh-qa-skills is a DSH plugin maintained by fishzjp, designed to provide a unified testing engineering framework for Agents such as Claude Code, addressing the lack of process in temporary prompts. This plugin includes 10 testing Skills and a shared core knowledge base, supporting Node.js 18+ under the MIT license. Its core functionalities cover the entire testing process: orchestrating a nine-stage pipeline via `qa` with manual checkpoints; performing requirement analysis and risk decision-making; generating human-readable markmap and machine-consumable schema.yaml test cases; reviewing the coverage of existing test cases; supporting E2E/API automation conversion; and facilitating bug localization and regression scope analysis. The core library `core/` must be installed alongside the Skills.

Read More
dsh-chinese-mode: A Global Chinese Mode Plugin for DSH Web

dsh-chinese-mode is a client-side plugin for DSH Web, designed to uniformly control the Chinese language mode across replies, thinking, and tool outputs. This plugin addresses the pain point of manually maintaining Chinese system prompts across multiple presets by centralizing management through a global switch and persistent settings. Core features include: global application with persistent state; unconditional injection of language requirements into any preset (except the "complete persona") when enabled; support for splitting language control into three independent regions—reply, thinking, and tool—allowing users to customize Chinese or English settings for each region; and an independent settings page alongside a compact capsule toggle next to input fields for quick switching. The plugin is compatible with anchor behavior, which is disabled by default. When enabled, it supports combinations such as English thinking with Chinese replies and tool outputs. When the main switch is turned off, only

Read More
dsh-peer-link: Native Point-to-Point Messaging for DSH Sessions

dsh-peer-link is a DSH plugin designed to enable point-to-point communication between DSH sessions and other agent sessions (such as Claude Code) on the same machine via Unix Socket. This plugin registers the DSH process as a discoverable peer, distinguishes specific sessions through short IDs, and supports injecting received messages into DSH sessions in the form of user bubbles. Core functionalities include `peer_send` (for sending messages to a specified peer or socket path) and `peer_list` (for viewing active peers, with support for directory filtering, sorting, and interactive operations). Installation requires using the `dsh plugin` command to add the plugin repository. If communication with Claude Code is needed, Claude Co

Read More
Wanjiqi-Meme: Distilling Poorly Received Memes from Live Room 6657 into DSH Skills

wanjiqi-meme is a DSH-installable plugin that adheres to the AgentSkills standard and is licensed under MIT. Based on 22,771 authentic danmaku meme data from Wan Jiji (Live Room 6657), it aims to deliver entertaining expressions through AI Skills. Primarily serving the CS2 and DOTA communities, its core functions include generating Wan Jiji-style danmaku memes, commentary rants, player critiques, and CS×DOTA hybrid memes, with support for anime-style meme crossovers. Users can install it into a specified profile using the `dsh plugin` command. As a fan-oriented, entertainment-focused tool, it is suitable for content drafting, joke testing, or AI agent prototyping, but not for serious content production or real-life personal attacks. Please note that this project is not officially affiliated with Wan Jiji himself.

Read More
dsh-reference-anything: Integrating Multiple Reference Sources of DSH into an @ Menu

dsh-reference-anything is an MIT-licensed DSH plugin maintained by Chael-Chael, designed to address the issue of frequent switching caused by scattered multi-source data. This plugin integrates DSH commands, Skills, workspace files, session history, local Agent records, cloud drive files, and online chat history into the DeepSeek Harness @ menu, enabling one-stop search and reference. Its core functionalities include extending referenceable sources (supporting access to online sessions via OpenCLI and cloud drives via OpenList, with local records read directly from disk files) and enhancing menu interaction (supporting custom grouping order, folding settings, and optimized visual icons). The plugin is compatible with DSH versions 0.1.0-rc.8 and above, and after installation, it allows users to...

Read More
dsh-annotate: DeepSeek Harness Browser Element Annotation Bridge

dsh-annotate is an MIT-licensed plugin developed by BrambleXu for DeepSeek Harness, designed to address the lack of contextual information in textual descriptions during browser UI debugging. This tool allows users to directly select web page elements via the `/annotate` command in Chrome or Chromium, automatically capturing Selectors, DOM facts, computed styles, accessibility data, notes, and optional viewport screenshots. It then sends this structured data to the Agent through a local loopback WebSocket bridge. To ensure security, the plugin strictly limits the server to accept connections only from localhost and the Chrome extension origin. The current version (0.1) supports only local single-tab debugging and does not yet support remote browsers or full-page captures. During installation...

Read More
dsh-tool-autoexpand: Automatically expand new tool call cards in DSH

`dsh-tool-autoexpand` is a client-side plugin for the DSH browser, based on the MIT license, designed to optimize the viewing experience of tool invocation results. Its core function is to automatically expand the top-level folded rows of newly rendered tool invocation cards, while avoiding accidentally opening the row folding of internal blocks such as ReadBlock and TerminalBlock, thereby reducing manual operations. The plugin provides a default-enabled toggle switch card at the bottom of the sidebar, supporting adaptive light and dark themes. Users can instantly toggle the ON/OFF status by clicking the entire card without restarting the service. During installation, users can add the plugin via DSH commands from GitHub or npm. After installation, the DSH web interface must be restarted for the changes to take effect. To remove the plugin, execute the corresponding remove command and restart to completely disable it. This plugin is applicable

Read More
dsh-plugin-claude-bridge: Bridging Claude Code's Memory, Skills, and Configuration to DeepSeek Harness

`dsh-plugin-claude-bridge` is an open-source plugin maintained by YYTbit under the MIT license, designed to seamlessly bridge DeepSeek Harness (DSH) and Claude Code content. The plugin adheres to the philosophy of "zero migration, full compatibility," requiring no file copying, symbolic link creation, or migration scripts, and directly reads from Claude Code's standard file locations. Its core functionalities include: automatically reading project memories (`~/.claude/projects/.../memory/*.md`) and injecting them as dynamic system prompts; discovering skills (`~/.claude/skills/.../SKILL.md`) and adding them to the available directory; and reading global instructions (`~/.claude`)

Read More
dsh-multiple-chat-panels: Operating Multiple Agent Sessions Side-by-Side in DeepSeek Harness

dsh-multiple-chat-panels is a DeepSeek Harness (DSH) web-side plugin maintained by WilliamShi666. It is designed to address the high cost of switching between multiple agent sessions and the issue of context loss. The plugin supports dragging multiple sessions from the left sidebar into the central area, expanding them into independent panels within a Mission Control grid, enabling side-by-side viewing and real-time interaction. Its core features include support for dark and light modes, compatibility with DeepSeek Harness v0.1.1-rc.2, and adaptability for both client-side and official layout adapters. By optimizing the drag-and-drop logic, it preserves the original conversation view, significantly improving response speed without the need to rebuild long conversation content. Installation requires executing the appropriate command based on the npm package name or repository name.

Read More
vlln/dsh-task-status: Display Background Task Status on DSH Chat Page

`vlln/dsh-task-status` is an example plugin in the DSH ecosystem, designed to address the lack of background task status entry points on the Web-side Chat page. The plugin displays the number of running background tasks above the conversation input box, allowing users to click on a task row to expand and view its status, duration, and the latest output tail (limited to 10 lines/160px, with scrolling support). It only takes effect on the Chat page, and the status bar automatically disappears once the task is completed. Core functionalities include providing read-only `/tasks` list and `/output` tail routes, and applying a mirror patch to `ctx.tasks.read` to synchronize incremental output reading semantics. Installation requires a specific git source command, and it demands Node.js >=22.19.0 and dsh >2.0.0.

Read More
dsh-ui-appearance: DeepSeek Harness Appearance Customization Plugin

dsh-ui-appearance is the appearance customization plugin for DeepSeek Harness, supporting both WebUI and DSH Desktop. Key features include: customizing six theme colors (primary, background, panel, input box, text, border) with color picker and HEX input support; wallpaper/video backgrounds (supporting JPG/PNG/WebP/GIF/MP4/WebM, stored in IndexedDB at original quality, with a 200MB limit for images and 50MB for videos); frosted glass and semi-transparent effects (adjusting opacity and blur intensity for panels, input boxes, and code blocks); and background ambiance adjustments (opacity, blur, mask). It includes six preset color schemes and supports exporting/importing color schemes via JSON for sharing. All changes are previewed in real-time and automatically persisted to localSt

Read More
dsh-plugin-smooth-stream: Presenting DSH Streaming Output in Paragraph Batches

`dsh-plugin-smooth-stream` is a DSH client plugin maintained by SpookySandwich, designed to address issues in web sessions where streaming responses output word-by-word, causing page jitter and incomplete rendering of code blocks and tables. Without altering DSH's rendering capabilities, this plugin optimizes streaming output to display content in batches with a fade-in effect on a per-paragraph basis, while supporting smooth follow scrolling. When the user scrolls up, the plugin automatically yields control; during thinking phases, it displays a real-time single-line summary that automatically collapses at the end of the turn. The plugin retains native rendering features such as code highlighting, tables, and KaTeX formulas, and automatically degrades to plain text in case of errors. It offers eight entrance animations, adheres to the `prefers-reduced-motion` setting, and supports real-time preview and parameter adjustments (such as animation duration, split) in the settings panel.

Read More
dsh-lan-access: Enabling Access to the DSH Web GUI Within the Local Area Network

dsh-lan-access is a DSH network access tool plugin maintained by Leon0555 (MIT, v0.1.3). It binds the Web GUI to 0.0.0.0, injects a crypto.randomUUID polyfill to fix RPC failures over HTTP in LAN, and supports narrow-screen mobile layout since v0.1.2. One-click npm installation: dsh plugin --profile web add dsh-lan-access. Restricted to trusted internal networks: no authentication, and the configuration/credential interfaces remain accessible only via localhost loopback.

Read More
dsh-mcp-manager: A MCP Management Plugin for DSH with OAuth and stdio Capabilities

dsh-mcp-manager is a DSH web plugin maintained by hyqhyq3, managing MCP servers on the Settings → MCP page. It supports HTTP OAuth (PKCE + dynamic client registration), static tokens (environment variable names not stored on disk), and stdio local processes, with tools registered under the mcp__<name>__* namespace. Optional features include on-demand proxy schema compression, support for workspace-level mcp.json, and exclude blocking. Installation: npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyqhyq3/dsh-mcp-manager.

Read More
dsh-network-settings: DSH Network Diagnosis and Security Fix

dsh-network-settings is a DSH networking tool plugin maintained by kanneiren, designed for Windows, WSL, and macOS. It displays the real network path of the DSH process within the settings page, performs single or stability probes, and supports one-click copying of an Agent-compatible Markdown report. Configurations are organized by Windows proxy, DSH process environment, WSL, and advanced network group tracing. Recommended fixes cover only high-confidence, low-risk operations, and persistent modifications follow a snapshot, preview, confirmation, application, and rollback workflow. The installation command is `dsh plugin --profile web add dsh-network-settings`, and the entry point is located in DSH Settings → Plugins → Network.

Read More
dsh-quant: AI-native Quantification Toolkit for DSH

dsh-quant is a DSH quant plugin maintained by pengpengyi92, offering 59 quant_* tools that cover six domains: data, factors, ML, risk control, execution, and ecosystem. It connects end-to-end research through the PDAT→PET pipeline. Primarily designed for use with agents, the plugin is implemented in TypeScript with zero runtime dependencies, installed via npm, and enabled in cordis.yml. This article introduces its module paradigm, core capabilities, and usage instructions, while also explaining applicable scenarios and security considerations.

Read More
dsh-skin: Customizing Skins, Backgrounds, and Desktop Pets for the DSH Web Interface

dsh-skin is a DSH fun skin plugin maintained by KinGao294 (v0.4.0, MIT). It registers seven --dsw-alias-* palettes on the built-in theme runtime, supports local or URL wallpapers (with adjustable transparency, blur, and fit), and provides a milk dragon desktop pet that changes with the Agent's state. Settings are located in Settings → General, and preferences are stored in localStorage. Installation: Use `dsh plugin --profile web add -w dsh-skin`, then restart the dsh web for the changes to take effect.

Read More
dsh-theme-endfield: Replace the DSH Web Interface with the Industrial Editorial Style of the Endfield Official Website

dsh-theme-endfield is an open-source DSH Web theme plugin maintained by ymh0000123, inspired by the visual design of the "Arknights: Endfield" official website. It features a cream paper background, ink-black text, signal yellow accents, and a full right-angle industrial editing style applied to the interface. Implemented purely on the client side, it does not modify the application code and can be installed via the command `dsh plugin --profile web add`. The plugin provides ten localStorage-persistent switches on the settings page, allowing customization of colors, contour line backgrounds, loading animations, and entertainment effects. Licensed under MIT, it is ideal for DSH users who want to change the theme without altering the source code.

Read More
dsh-codex-subscription: Direct Access to ChatGPT/Codex Subscription via DSH

dsh-codex-subscription is the DeepSeek Harness model inference plugin maintained by WSL043. It integrates the Codex subscription model into DSH via ChatGPT OAuth, eliminating the need for an OpenAI API Key or Codex CLI. It offers genuine quota, search routing, Fast mode, and Beta image generation. The article introduces the plugin's positioning, core capabilities, official installation commands (dsh plugin / npx / Windows scripts), and activation steps, along with applicable scenarios and security considerations.

Read More
dsh-web-lan-access: Enable DSH Web UI for LAN HTTP Access

dsh-web-lan-access is a DSH Web plugin maintained by AcidGr, designed to resolve the issue where crypto.randomUUID is unavailable when accessing via plaintext HTTP on non-loopback addresses, which prevents sessions and models from loading. The plugin injects a polyfill through webServer.tapIndex, automatically binds the webserver to 0.0.0.0, and extends the /api trust fence to cover LAN and Tailscale IPs. Installation is performed with the command `dsh plugin --profile web add dsh-web-lan-access`, and once started, remote access is available via http://<server-ip>:3080. Note the security risks of exposing 0.0.0.0, as well as the known limitation that certain APIs, such as settings/credentials, remain restricted to loopback only.

Read More
dsh-reasoning-effort: Adding a Codex-style Model and Reasoning Intensity Slider to DSH

dsh-reasoning-effort is a DSH Web plugin maintained by HanaAyane, providing a Codex-style model and reasoning intensity slider below the input box. The slider levels automatically adapt based on the `reasoning.efforts` setting in the model directory and synchronize with the `/model` command. It supports light and dark themes, custom provider level guidelines, and a dismissible "big fat fish" slider button. The installation command is `dsh plugin --profile web add github:HanaAyane/dsh-reasoning-effort#main`, requiring a Web Host restart to take effect. It targets DSH 0.1.0-rc.6 and is open-sourced under the MIT license.

Read More
gal-view: A Web Plugin Transforming DSH Session Pages into Galgame Stages

gal-view is a DSH web plugin maintained by Ayase34, which adds a "GAL Window" tab between the "Dialogue" and "Track" sections on the session page. It renders dialogues in a 16:9 Galgame stage format, including character sprites, typewriter-style dialogue lines, and a visual scene editor. This article verifies the installation commands, functional boundaries, and precautions based on the SkillHub directory and the GitHub README. It is suitable for DSH users who want to enhance their web session experience with fun customization, perform demonstrations, or create screen recordings.

Read More
DSH OpenPencil: Preview, Inspect, and Edit Real .op Design Drafts in Conversations

dsh-openpencil is a DeepSeek Harness client plugin maintained by ZSeven-W that integrates OpenPencil into the DSH Web conversation. The Agent drives real .op canvases through five tools, including openpencil_new, supporting precise multi-frame PNG preview, read-only interactive canvases, and hosted editors. It has 153 stars on GitHub and is licensed under MIT. Installation: run `dsh plugin --profile web add @zseven-w/dsh-openpencil@latest`, followed by `dsh web`. It is suitable for UI design automation; the plugin runs with DSH process privileges, so please review the source code before installation.

Read More
dsh-cost-meter: Adding a Session Cost Dashboard to DeepSeek Harness

dsh-cost-meter is a community-maintained DSH web cost tracking plugin that displays real-time session and daily Token usage, budget progress, official and custom Provider balances within the interface, and integrates OpenCode Go and multiple Coding Plan quota queries. The plugin includes a catalog of 90+ model prices, supports peak/off-peak pricing switch reminders, one-click official price synchronization, and a Codex-style usage heatmap, with a bilingual interface in Chinese and English. This article introduces its core features, npm/GitHub installation commands, budget and NewApi balance configuration examples, as well as installation review and security considerations.

Read More
Directly Controlling iOS Simulators and Real Devices within Conversations: Introduction to the DSH Plugin dsh-ios

dsh-ios is a client plugin developed by ZSeven-W for DeepSeek Harness. It embeds real-time MJPEG feeds from iOS simulators and USB-connected physical devices into the DSH Web conversation interface, offering 22 Agent tools that cover device launching, compilation and execution, accessibility/OCR-based clicking, logging, and debugging. This article verifies the installation commands, typical usage, macOS+Xcode environment requirements, and security considerations based on the SkillHub directory and GitHub README, helping iOS developers integrate mobile debugging into Agent conversations.

Read More
dsh-plugin-subscriptions: Integrate ChatGPT, Claude, and Grok into DSH via Subscription Accounts, No API Key Required

dsh-plugin-subscriptions is a DeepSeek Harness model inference plugin maintained by V1ki. It bridges ChatGPT (Codex), Claude, Grok, and GitHub Copilot subscriptions into DSH's LLM Provider via a Web-based OAuth interface, eliminating the need for API keys. The plugin supports a real-time model catalog, subscription usage display, inference level and Codex speed switching, and includes tools such as x_search, image_generate, and video_generate. This article introduces its positioning, installation commands, and typical usage, while also reminding users about plugin permissions and compliance considerations.

Read More
Clone Any Webpage into a Vite + React Project with perfect-web-clone

ericshang98/perfect-web-clone is a DSH networked tool plugin: pwc CLI performs deterministic web page capture, sections the content, and generates Vite+React source code. It scores outputs based on fingerprinting, volume, and SSIM thresholds, with an intelligent agent iteratively refining the worst-performing sections. Running a single "clone URL" command executes the entire pipeline, producing a result marked as either "ready_for_user_review" or "failed_with_residuals". Requirements include Python 3.10+, Node 20+, and Playwright; plugin installation follows the SkillHub install-plan. Ideal for landing page migration, though WebGL/canvas-heavy pages encounter inherent limitations.

Read More
whale-girl: Adding a QQ Pet-style Desktop Companion to the DeepSeek Harness Web Interface

Whale-girl is a DSH Web GUI desktop pet plugin maintained by vlln: floating in the bottom-right corner, draggable for feeding and playing, featuring a 15-state state machine that syncs with tasks and sessions, accumulating levels, titles, and memories. This article verifies installation commands, configuration options, optional desktop companions, and bundle plugin template value based on the SkillHub directory page, community plugin library, and GitHub README, while reminding users to review plugin permissions and security.

Read More
SuperDesign-Skill: Transforming DeepSeek Harness to Generate Unique AI Interfaces

superdesigndev/superdesign-skill is a SkillHub workflow-type DSH plugin that equips Cursor, Claude Code, and DSH agents with product design capabilities. It enables iterative UI, presentation, and graphic design on an infinite canvas, moving away from the default "AI slop" of stacked components. The plugin can be installed via `dsh plugin add` or `npx skills add`, and works with `@superdesign/cli` for login and draft branch management. It is ideal for frontend and product developers who need to extract design systems from real codebases, replicate existing pages at the pixel level, and explore interface directions through branching. It is open-source under the MIT license and has approximately 446 stars on GitHub.

Read More
dsh-at-file: Using @ to Reference Workspace Files in the DeepSeek Harness Input Box

dsh-at-file is a community plugin for DeepSeek Harness maintained by FSMargoo, providing Codex-style @ file references within the Web composer: it searches the workspace, mounts relative paths, and allows agents to read files on demand. The article introduces its core capabilities, installation commands (including Web profile and fixed versions), filtering configurations, and security considerations, along with selection advice when the official Harness already includes similar functionality.

Read More
Paste Images and View: Getting Started with the DeepSeek Harness Visual Plugin dsh-vision-toolkit

dsh-vision-toolkit is a vision toolkit developed by Anionex for DeepSeek Harness, built upon agent-vision-toolkit, enabling pure text models to support image-based Q&A, long screenshot OCR, UI reconstruction, and pixel comparison. This article introduces its core tools, installation methods via npm/GitHub, usage of vision-skills, and configuration considerations, with data cross-verified from SkillHub and GitHub.

Read More
One Command to Launch Agent Teams: Getting Started with DeepSeek Harness Plugin dsh-agent-teams

dsh-agent-teams is a DeepSeek Harness workflow plugin maintained by NanmiCoder that transforms the current session into a leader, creating resumable sub-agent teams. It splits tasks based on dependencies and automatically schedules them, complemented by a web activity panel. This article verifies the installation commands, core capabilities, and usage boundaries based on the SkillHub directory page and the official GitHub README, making it suitable for DSH users who need multi-agent collaboration without building a custom workflow engine.

Read More
View Balance and Today's Expense in DeepSeek Harness Sidebar via dsh-balance-monitor

DSH Balance Monitor is a DeepSeek Harness interface enhancement plugin maintained by jelly-000. It connects the official GET /user/balance API to the bottom of the Web UI sidebar, displaying account balance, a remaining proportion bar and today's expenditure. The API key is only stored on the server side, and the browser polls the API every 60 seconds. This article verifies the installation commands, working principles and capability boundaries based on the community directory page and GitHub source code.

Read More
Add a Sidebar Workbench to the DeepSeek Harness Web Interface Using DSH-better-sidebar

DSH-better-sidebar is a web interface enhancement plugin for DeepSeek Harness maintained by omdsh-dev. It provides file editing preview, real terminal, Git and sub-agent workbench in the right sidebar and bottom panel, and opens the ctx.betterSidebar registration interface for other plugins. This article verifies the installation command, the capability boundaries and precautions of v0.12.3 based on the community directory page and GitHub README.

Read More